Html Css Color HEX #B02CCF Dark Orchid

📋 copy color: '#B02CCF'

red 176 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #B02CCF

Tints of Dark Orchid #B02CCF

RGB

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

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

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

R = 41.22%
G = 10.3%
B = 48.48%

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

#B02CCF (or 0xB02CCF) is known color: Dark Orchid. HEX triplet: B0, 2C and CF. RGB value is (176,44,207). Sum of RGB (Red+Green+Blue) = 176+44+207=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #B02CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CCF is #4FD330. Grayscale: #656565. Windows color (decimal): -5231409 or 13577392. OLE color: 13577392.

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

Color convert

RGB 176 44 207 -
CMYK 0.15 0.79 0 0.19
HSL 288.59º 0.65% 0.49% -
HSV(B) 288.59º 0.79% 0.81% -
XYZ 30.07 15.54 60.45 -
YUV 102.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 176 44 207 0.15 0.79 0 0.19 288.59 0.65 0.49
Hex B0 2C CF F 4F 0 13 121 41 31
Octal 260 54 317 17 117 0 23 441 101 61
Binary 10110000 101100 11001111 1111 1001111 0 10011 100100001 1000001 110001

Color Harmonies of #B02CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CCF

Black with #B02CCF

Text Example


Text Example

White with #B02CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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