Html Css Color HEX #B02BDD Dark Orchid

📋 copy color: '#B02BDD'

red 176 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #B02BDD

Tints of Dark Orchid #B02BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 40%
G = 9.77%
B = 50.23%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B02BDD (or 0xB02BDD) is known color: Dark Orchid. HEX triplet: B0, 2B and DD. RGB value is (176,43,221). Sum of RGB (Red+Green+Blue) = 176+43+221=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #B02BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BDD is #4FD422. Grayscale: #666666. Windows color (decimal): -5231651 or 14494640. OLE color: 14494640.

HSL color Cylindrical-coordinate representation of color #B02BDD: hue angle of 284.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02BDD is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 43 221 -
CMYK 0.20 0.81 0 0.13
HSL 284.83º 0.72% 0.52% -
HSV(B) 284.83º 0.81% 0.87% -
XYZ 31.82 16.18 69.85 -
YUV 103.06 194.56 180.03 -
System Red Green Blue C M Y K H S L
Decimal 176 43 221 0.20 0.81 0 0.13 284.83 0.72 0.52
Hex B0 2B DD 14 51 0 D 11D 48 34
Octal 260 53 335 24 121 0 15 435 110 64
Binary 10110000 101011 11011101 10100 1010001 0 1101 100011101 1001000 110100

Color Harmonies of #B02BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BDD

Black with #B02BDD

Text Example


Text Example

White with #B02BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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