#B235E8

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

Shades of Dark Orchid #B235E8

Tints of Dark Orchid #B235E8

Color information

#B235E8 (or 0xB235E8) is unknown color: approx Dark Orchid. HEX triplet: B2, 35 and E8. RGB value is (178,53,232). Sum of RGB (Red+Green+Blue) = 178+53+232=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #B235E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B235E8 is #4DCA17. Grayscale: #6E6E6E. Windows color (decimal): -5098008 or 15218098. OLE color: 15218098.

HSL color Cylindrical-coordinate representation of color #B235E8: hue angle of 281.9º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B235E8 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17853232-
CMYK0.230.7700.09
HSL281.9º79.56%55.88%-
HSV(B)281.9º77.16%90.98%-
XYZ34.217.8477.98-
YUV110.78196.41175.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 53 (21.09% from 255) = 11.45%
BLUE value IS 232 (91.02% from 255) = 50.11%
R=38.44%
G=11.45%
B=50.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178532320.230.7700.09281.979.5655.88
HexB235E8174D0911a5038
Octal262653502711501143212070
Binary1011001011010111101000101111001101010011000110101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B235E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B235E8; }

 p { color: rgb(178,53,232); }

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

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

 a { background-color: rgb(178,53,232); }

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

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

 span { border-color: rgb(178,53,232); }

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