Html Css Color HEX #B021BA Dark Orchid

📋 copy color: '#B021BA'

red 176 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #B021BA

Tints of Dark Orchid #B021BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.35%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 44.56%
G = 8.35%
B = 47.09%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B021BA (or 0xB021BA) is known color: Dark Orchid. HEX triplet: B0, 21 and BA. RGB value is (176,33,186). Sum of RGB (Red+Green+Blue) = 176+33+186=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #B021BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021BA is #4FDE45. Grayscale: #5C5C5C. Windows color (decimal): -5234246 or 12198320. OLE color: 12198320.

HSL color Cylindrical-coordinate representation of color #B021BA: hue angle of 296.08º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B021BA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 33 186 -
CMYK 0.05 0.82 0 0.27
HSL 296.08º 0.7% 0.43% -
HSV(B) 296.08º 0.82% 0.73% -
XYZ 27.31 13.86 47.69 -
YUV 93.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 176 33 186 0.05 0.82 0 0.27 296.08 0.7 0.43
Hex B0 21 BA 5 52 0 1B 128 46 2B
Octal 260 41 272 5 122 0 33 450 106 53
Binary 10110000 100001 10111010 101 1010010 0 11011 100101000 1000110 101011

Color Harmonies of #B021BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021BA

Black with #B021BA

Text Example


Text Example

White with #B021BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021BA; }

 p { color: rgb(176,33,186); }

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

background-color css

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

 a { background-color: rgb(176,33,186); }

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

border-color css

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

 span { border-color: rgb(176,33,186); }

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