Html Css Color HEX #B02BCE Dark Orchid

📋 copy color: '#B02BCE'

red 176 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #B02BCE

Tints of Dark Orchid #B02BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.12%

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

R = 41.41%
G = 10.12%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B02BCE (or 0xB02BCE) is known color: Dark Orchid. HEX triplet: B0, 2B and CE. RGB value is (176,43,206). Sum of RGB (Red+Green+Blue) = 176+43+206=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #B02BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BCE is #4FD431. Grayscale: #646464. Windows color (decimal): -5231666 or 13511600. OLE color: 13511600.

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

Color convert

RGB 176 43 206 -
CMYK 0.15 0.79 0 0.19
HSL 288.96º 0.65% 0.49% -
HSV(B) 288.96º 0.79% 0.81% -
XYZ 29.91 15.41 59.79 -
YUV 101.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 176 43 206 0.15 0.79 0 0.19 288.96 0.65 0.49
Hex B0 2B CE F 4F 0 13 121 41 31
Octal 260 53 316 17 117 0 23 441 101 61
Binary 10110000 101011 11001110 1111 1001111 0 10011 100100001 1000001 110001

Color Harmonies of #B02BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BCE

Black with #B02BCE

Text Example


Text Example

White with #B02BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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