Html Css Color HEX #B02CCD Dark Orchid

📋 copy color: '#B02CCD'

red 176 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #B02CCD

Tints of Dark Orchid #B02CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 41.41%
G = 10.35%
B = 48.24%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B02CCD (or 0xB02CCD) is known color: Dark Orchid. HEX triplet: B0, 2C and CD. RGB value is (176,44,205). Sum of RGB (Red+Green+Blue) = 176+44+205=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #B02CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CCD is #4FD332. Grayscale: #656565. Windows color (decimal): -5231411 or 13446320. OLE color: 13446320.

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

Color convert

RGB 176 44 205 -
CMYK 0.14 0.79 0 0.20
HSL 289.19º 0.65% 0.49% -
HSV(B) 289.19º 0.79% 0.8% -
XYZ 29.82 15.44 59.17 -
YUV 101.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 176 44 205 0.14 0.79 0 0.20 289.19 0.65 0.49
Hex B0 2C CD E 4F 0 14 121 41 31
Octal 260 54 315 16 117 0 24 441 101 61
Binary 10110000 101100 11001101 1110 1001111 0 10100 100100001 1000001 110001

Color Harmonies of #B02CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CCD

Black with #B02CCD

Text Example


Text Example

White with #B02CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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