Html Css Color HEX #B02CEC Dark Orchid

📋 copy color: '#B02CEC'

red 176 ◦ green 44 ◦ blue 236

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

Shades of Dark Orchid #B02CEC

Tints of Dark Orchid #B02CEC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.65%

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 38.6%
G = 9.65%
B = 51.75%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B02CEC (or 0xB02CEC) is known color: Dark Orchid. HEX triplet: B0, 2C and EC. RGB value is (176,44,236). Sum of RGB (Red+Green+Blue) = 176+44+236=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #B02CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CEC is #4FD313. Grayscale: #686868. Windows color (decimal): -5231380 or 15477936. OLE color: 15477936.

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

Color convert

RGB 176 44 236 -
CMYK 0.25 0.81 0 0.07
HSL 281.25º 0.83% 0.55% -
HSV(B) 281.25º 0.81% 0.93% -
XYZ 33.95 17.09 80.87 -
YUV 105.36 201.73 178.39 -
System Red Green Blue C M Y K H S L
Decimal 176 44 236 0.25 0.81 0 0.07 281.25 0.83 0.55
Hex B0 2C EC 19 51 0 7 119 53 37
Octal 260 54 354 31 121 0 7 431 123 67
Binary 10110000 101100 11101100 11001 1010001 0 111 100011001 1010011 110111

Color Harmonies of #B02CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CEC

Black with #B02CEC

Text Example


Text Example

White with #B02CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CEC; }

 p { color: rgb(176,44,236); }

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

background-color css

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

 a { background-color: rgb(176,44,236); }

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

border-color css

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

 span { border-color: rgb(176,44,236); }

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