#B230E5

Color #B230E5 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B230E5

Tints of Dark Orchid #B230E5

Color information

#B230E5 (or 0xB230E5) is unknown color: approx Dark Orchid. HEX triplet: B2, 30 and E5. RGB value is (178,48,229). Sum of RGB (Red+Green+Blue) = 178+48+229=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #B230E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230E5 is #4DCF1A. Grayscale: #6A6A6A. Windows color (decimal): -5099291 or 15020210. OLE color: 15020210.

HSL color Cylindrical-coordinate representation of color #B230E5: hue angle of 283.09º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B230E5 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17848229-
CMYK0.220.7900.10
HSL283.09º77.68%54.31%-
HSV(B)283.09º79.04%89.8%-
XYZ33.5617.2475.69-
YUV107.5196.57178.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 48 (19.14% from 255) = 10.55%
BLUE value IS 229 (89.84% from 255) = 50.33%
R=39.12%
G=10.55%
B=50.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178482290.220.7900.10283.0977.6854.31
HexB230E5164F0A11b4e36
Octal262603452611701243311666
Binary1011001011000011100101101101001111010101000110111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B230E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B230E5; }

 p { color: rgb(178,48,229); }

 H1.HeaderClassName
 {
   color: #B230E5;
 }
 .AnyTagClassName
 {
   color: #B230E5;
 }
</style>
background-color css

<style>
 a { background-color: #B230E5; }

 a { background-color: rgb(178,48,229); }

 div.DivClassName
 {
   background-color: #B230E5;
 }
 .BgClassName
 {
   background-color: #B230E5;
 }
</style>
border-color css

<style>
 span { border-color: #B230E5; }

 span { border-color: rgb(178,48,229); }

 td.TdClassName
 {
   border-color: #B230E5;
 }
 .TagClassName
 {
   border-color: #B230E5;
 }
</style>