Html Css Color HEX #B021BD Dark Orchid

📋 copy color: '#B021BD'

red 176 ◦ green 33 ◦ blue 189

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

Shades of Dark Orchid #B021BD

Tints of Dark Orchid #B021BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 44.22%
G = 8.29%
B = 47.49%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B021BD (or 0xB021BD) is known color: Dark Orchid. HEX triplet: B0, 21 and BD. RGB value is (176,33,189). Sum of RGB (Red+Green+Blue) = 176+33+189=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #B021BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021BD is #4FDE42. Grayscale: #5D5D5D. Windows color (decimal): -5234243 or 12394928. OLE color: 12394928.

HSL color Cylindrical-coordinate representation of color #B021BD: hue angle of 295º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B021BD is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 33 189 -
CMYK 0.07 0.83 0 0.26
HSL 295º 0.7% 0.44% -
HSV(B) 295º 0.83% 0.74% -
XYZ 27.63 13.99 49.39 -
YUV 93.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 176 33 189 0.07 0.83 0 0.26 295 0.7 0.44
Hex B0 21 BD 7 53 0 1A 127 46 2C
Octal 260 41 275 7 123 0 32 447 106 54
Binary 10110000 100001 10111101 111 1010011 0 11010 100100111 1000110 101100

Color Harmonies of #B021BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021BD

Black with #B021BD

Text Example


Text Example

White with #B021BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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