Html Css Color HEX #B021BB Dark Orchid

📋 copy color: '#B021BB'

red 176 ◦ green 33 ◦ blue 187

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

Shades of Dark Orchid #B021BB

Tints of Dark Orchid #B021BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 44.44%
G = 8.33%
B = 47.22%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B021BB (or 0xB021BB) is known color: Dark Orchid. HEX triplet: B0, 21 and BB. RGB value is (176,33,187). Sum of RGB (Red+Green+Blue) = 176+33+187=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #B021BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021BB is #4FDE44. Grayscale: #5C5C5C. Windows color (decimal): -5234245 or 12263856. OLE color: 12263856.

HSL color Cylindrical-coordinate representation of color #B021BB: hue angle of 295.71º 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 #B021BB is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 33 187 -
CMYK 0.06 0.82 0 0.27
HSL 295.71º 0.7% 0.43% -
HSV(B) 295.71º 0.82% 0.73% -
XYZ 27.42 13.91 48.25 -
YUV 93.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 176 33 187 0.06 0.82 0 0.27 295.71 0.7 0.43
Hex B0 21 BB 6 52 0 1B 128 46 2B
Octal 260 41 273 6 122 0 33 450 106 53
Binary 10110000 100001 10111011 110 1010010 0 11011 100101000 1000110 101011

Color Harmonies of #B021BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021BB

Black with #B021BB

Text Example


Text Example

White with #B021BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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