Html Css Color HEX #B02DCA Dark Orchid

📋 copy color: '#B02DCA'

red 176 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #B02DCA

Tints of Dark Orchid #B02DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.64%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 41.61%
G = 10.64%
B = 47.75%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B02DCA (or 0xB02DCA) is known color: Dark Orchid. HEX triplet: B0, 2D and CA. RGB value is (176,45,202). Sum of RGB (Red+Green+Blue) = 176+45+202=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #B02DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DCA is #4FD235. Grayscale: #656565. Windows color (decimal): -5231158 or 13249968. OLE color: 13249968.

HSL color Cylindrical-coordinate representation of color #B02DCA: hue angle of 290.06º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02DCA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 45 202 -
CMYK 0.13 0.78 0 0.21
HSL 290.06º 0.64% 0.48% -
HSV(B) 290.06º 0.78% 0.79% -
XYZ 29.5 15.37 57.29 -
YUV 102.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 176 45 202 0.13 0.78 0 0.21 290.06 0.64 0.48
Hex B0 2D CA D 4E 0 15 122 40 30
Octal 260 55 312 15 116 0 25 442 100 60
Binary 10110000 101101 11001010 1101 1001110 0 10101 100100010 1000000 110000

Color Harmonies of #B02DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DCA

Black with #B02DCA

Text Example


Text Example

White with #B02DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DCA; }

 p { color: rgb(176,45,202); }

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

background-color css

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

 a { background-color: rgb(176,45,202); }

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

border-color css

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

 span { border-color: rgb(176,45,202); }

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