Html Css Color HEX #B02BDA Dark Orchid

📋 copy color: '#B02BDA'

red 176 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #B02BDA

Tints of Dark Orchid #B02BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.84%

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

R = 40.27%
G = 9.84%
B = 49.89%

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

#B02BDA (or 0xB02BDA) is known color: Dark Orchid. HEX triplet: B0, 2B and DA. RGB value is (176,43,218). Sum of RGB (Red+Green+Blue) = 176+43+218=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #B02BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BDA is #4FD425. Grayscale: #666666. Windows color (decimal): -5231654 or 14298032. OLE color: 14298032.

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

Color convert

RGB 176 43 218 -
CMYK 0.19 0.80 0 0.15
HSL 285.6º 0.7% 0.51% -
HSV(B) 285.6º 0.8% 0.85% -
XYZ 31.42 16.02 67.77 -
YUV 102.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 176 43 218 0.19 0.80 0 0.15 285.6 0.7 0.51
Hex B0 2B DA 13 50 0 F 11E 46 33
Octal 260 53 332 23 120 0 17 436 106 63
Binary 10110000 101011 11011010 10011 1010000 0 1111 100011110 1000110 110011

Color Harmonies of #B02BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BDA

Black with #B02BDA

Text Example


Text Example

White with #B02BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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