Html Css Color HEX #B033CE Dark Orchid

📋 copy color: '#B033CE'

red 176 ◦ green 51 ◦ blue 206

#B033CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B033CE

Tints of Dark Orchid #B033CE

RGB

 RED value IS 176 (69.14% from 255) = 40.65%

 GREEN value IS 51 (20.31% from 255) = 11.78%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 40.65%
G = 11.78%
B = 47.58%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B033CE (or 0xB033CE) is known color: Dark Orchid. HEX triplet: B0, 33 and CE. RGB value is (176,51,206). Sum of RGB (Red+Green+Blue) = 176+51+206=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #B033CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033CE is #4FCC31. Grayscale: #696969. Windows color (decimal): -5229618 or 13513648. OLE color: 13513648.

HSL color Cylindrical-coordinate representation of color #B033CE: hue angle of 288.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B033CE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 51 206 -
CMYK 0.15 0.75 0 0.19
HSL 288.39º 0.61% 0.5% -
HSV(B) 288.39º 0.75% 0.81% -
XYZ 30.23 16.05 59.9 -
YUV 106.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 176 51 206 0.15 0.75 0 0.19 288.39 0.61 0.5
Hex B0 33 CE F 4B 0 13 120 3D 32
Octal 260 63 316 17 113 0 23 440 75 62
Binary 10110000 110011 11001110 1111 1001011 0 10011 100100000 111101 110010

Color Harmonies of #B033CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B033CE

Black with #B033CE

Text Example


Text Example

White with #B033CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B033CE; }

 p { color: rgb(176,51,206); }

 H1.HeaderClassName
 {
   color: #B033CE;
 }
 .AnyTagClassName
 {
   color: #B033CE;
 }
</style>

background-color css

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

 a { background-color: rgb(176,51,206); }

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

border-color css

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

 span { border-color: rgb(176,51,206); }

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