Html Css Color HEX #B02ACE Dark Orchid

📋 copy color: '#B02ACE'

red 176 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #B02ACE

Tints of Dark Orchid #B02ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.91%

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

R = 41.51%
G = 9.91%
B = 48.58%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B02ACE (or 0xB02ACE) is known color: Dark Orchid. HEX triplet: B0, 2A and CE. RGB value is (176,42,206). Sum of RGB (Red+Green+Blue) = 176+42+206=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #B02ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ACE is #4FD531. Grayscale: #646464. Windows color (decimal): -5231922 or 13511344. OLE color: 13511344.

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

Color convert

RGB 176 42 206 -
CMYK 0.15 0.80 0 0.19
HSL 289.02º 0.66% 0.49% -
HSV(B) 289.02º 0.8% 0.81% -
XYZ 29.87 15.34 59.78 -
YUV 100.76 187.39 181.66 -
System Red Green Blue C M Y K H S L
Decimal 176 42 206 0.15 0.80 0 0.19 289.02 0.66 0.49
Hex B0 2A CE F 50 0 13 121 42 31
Octal 260 52 316 17 120 0 23 441 102 61
Binary 10110000 101010 11001110 1111 1010000 0 10011 100100001 1000010 110001

Color Harmonies of #B02ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02ACE

Black with #B02ACE

Text Example


Text Example

White with #B02ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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