Html Css Color HEX #B02ECE Dark Orchid

📋 copy color: '#B02ECE'

red 176 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #B02ECE

Tints of Dark Orchid #B02ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.75%

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

R = 41.12%
G = 10.75%
B = 48.13%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B02ECE (or 0xB02ECE) is known color: Dark Orchid. HEX triplet: B0, 2E and CE. RGB value is (176,46,206). Sum of RGB (Red+Green+Blue) = 176+46+206=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #B02ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ECE is #4FD131. Grayscale: #666666. Windows color (decimal): -5230898 or 13512368. OLE color: 13512368.

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

Color convert

RGB 176 46 206 -
CMYK 0.15 0.78 0 0.19
HSL 288.75º 0.63% 0.49% -
HSV(B) 288.75º 0.78% 0.81% -
XYZ 30.02 15.64 59.83 -
YUV 103.11 186.07 179.99 -
System Red Green Blue C M Y K H S L
Decimal 176 46 206 0.15 0.78 0 0.19 288.75 0.63 0.49
Hex B0 2E CE F 4E 0 13 121 3F 31
Octal 260 56 316 17 116 0 23 441 77 61
Binary 10110000 101110 11001110 1111 1001110 0 10011 100100001 111111 110001

Color Harmonies of #B02ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02ECE

Black with #B02ECE

Text Example


Text Example

White with #B02ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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