Html Css Color HEX #B02ACF Dark Orchid

📋 copy color: '#B02ACF'

red 176 ◦ green 42 ◦ blue 207

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

Shades of Dark Orchid #B02ACF

Tints of Dark Orchid #B02ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 41.41%
G = 9.88%
B = 48.71%

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

#B02ACF (or 0xB02ACF) is known color: Dark Orchid. HEX triplet: B0, 2A and CF. RGB value is (176,42,207). Sum of RGB (Red+Green+Blue) = 176+42+207=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #B02ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ACF is #4FD530. Grayscale: #646464. Windows color (decimal): -5231921 or 13576880. OLE color: 13576880.

HSL color Cylindrical-coordinate representation of color #B02ACF: hue angle of 288.73º 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 #B02ACF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 42 207 -
CMYK 0.15 0.80 0 0.19
HSL 288.73º 0.66% 0.49% -
HSV(B) 288.73º 0.8% 0.81% -
XYZ 29.99 15.39 60.42 -
YUV 100.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 176 42 207 0.15 0.80 0 0.19 288.73 0.66 0.49
Hex B0 2A CF F 50 0 13 121 42 31
Octal 260 52 317 17 120 0 23 441 102 61
Binary 10110000 101010 11001111 1111 1010000 0 10011 100100001 1000010 110001

Color Harmonies of #B02ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02ACF

Black with #B02ACF

Text Example


Text Example

White with #B02ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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