Html Css Color HEX #B02CDA Dark Orchid

📋 copy color: '#B02CDA'

red 176 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #B02CDA

Tints of Dark Orchid #B02CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 40.18%
G = 10.05%
B = 49.77%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B02CDA (or 0xB02CDA) is known color: Dark Orchid. HEX triplet: B0, 2C and DA. RGB value is (176,44,218). Sum of RGB (Red+Green+Blue) = 176+44+218=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #B02CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CDA is #4FD325. Grayscale: #666666. Windows color (decimal): -5231398 or 14298288. OLE color: 14298288.

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

Color convert

RGB 176 44 218 -
CMYK 0.19 0.80 0 0.15
HSL 285.52º 0.7% 0.51% -
HSV(B) 285.52º 0.8% 0.85% -
XYZ 31.46 16.09 67.78 -
YUV 103.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 176 44 218 0.19 0.80 0 0.15 285.52 0.7 0.51
Hex B0 2C DA 13 50 0 F 11E 46 33
Octal 260 54 332 23 120 0 17 436 106 63
Binary 10110000 101100 11011010 10011 1010000 0 1111 100011110 1000110 110011

Color Harmonies of #B02CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CDA

Black with #B02CDA

Text Example


Text Example

White with #B02CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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