#B335E8

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

Shades of Dark Orchid #B335E8

Tints of Dark Orchid #B335E8

Color information

#B335E8 (or 0xB335E8) is unknown color: approx Dark Orchid. HEX triplet: B3, 35 and E8. RGB value is (179,53,232). Sum of RGB (Red+Green+Blue) = 179+53+232=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #B335E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B335E8 is #4CCA17. Grayscale: #6E6E6E. Windows color (decimal): -5032472 or 15218099. OLE color: 15218099.

HSL color Cylindrical-coordinate representation of color #B335E8: hue angle of 282.23º 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 #B335E8 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17953232-
CMYK0.230.7700.09
HSL282.23º79.56%55.88%-
HSV(B)282.23º77.16%90.98%-
XYZ34.4317.9678-
YUV111.08196.24176.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 53 (21.09% from 255) = 11.42%
BLUE value IS 232 (91.02% from 255) = 50%
R=38.58%
G=11.42%
B=50%

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
Decimal179532320.230.7700.09282.2379.5655.88
HexB335E8174D0911a5038
Octal263653502711501143212070
Binary1011001111010111101000101111001101010011000110101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B335E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B335E8; }

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

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

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

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

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

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

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

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