#B333EE

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

Shades of Dark Orchid #B333EE

Tints of Dark Orchid #B333EE

Color information

#B333EE (or 0xB333EE) is unknown color: approx Dark Orchid. HEX triplet: B3, 33 and EE. RGB value is (179,51,238). Sum of RGB (Red+Green+Blue) = 179+51+238=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #B333EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B333EE is #4CCC11. Grayscale: #6D6D6D. Windows color (decimal): -5032978 or 15610803. OLE color: 15610803.

HSL color Cylindrical-coordinate representation of color #B333EE: hue angle of 281.07º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B333EE is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17951238-
CMYK0.250.7900.07
HSL281.07º84.62%56.67%-
HSV(B)281.07º78.57%93.33%-
XYZ35.2118.1282.53-
YUV110.59199.91176.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 51 (20.31% from 255) = 10.90%
BLUE value IS 238 (93.36% from 255) = 50.85%
R=38.25%
G=10.90%
B=50.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179512380.250.7900.07281.0784.6256.67
HexB333EE194F071195539
Octal26363356311170743112571
Binary101100111100111110111011001100111101111000110011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B333EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B333EE; }

 p { color: rgb(179,51,238); }

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

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

 a { background-color: rgb(179,51,238); }

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

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

 span { border-color: rgb(179,51,238); }

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