Html Css Color HEX #B021B1 Dark Orchid

📋 copy color: '#B021B1'

red 176 ◦ green 33 ◦ blue 177

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

Shades of Dark Orchid #B021B1

Tints of Dark Orchid #B021B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.85%

R = 45.6%
G = 8.55%
B = 45.85%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B021B1 (or 0xB021B1) is known color: Dark Orchid. HEX triplet: B0, 21 and B1. RGB value is (176,33,177). Sum of RGB (Red+Green+Blue) = 176+33+177=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #B021B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B021B1 is #4FDE4E. Grayscale: #5B5B5B. Windows color (decimal): -5234255 or 11608496. OLE color: 11608496.

HSL color Cylindrical-coordinate representation of color #B021B1: hue angle of 299.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B021B1 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 177 -
CMYK 0.01 0.81 0 0.31
HSL 299.58º 0.69% 0.41% -
HSV(B) 299.58º 0.81% 0.69% -
XYZ 26.38 13.49 42.81 -
YUV 92.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 176 33 177 0.01 0.81 0 0.31 299.58 0.69 0.41
Hex B0 21 B1 1 51 0 1F 12C 45 29
Octal 260 41 261 1 121 0 37 454 105 51
Binary 10110000 100001 10110001 1 1010001 0 11111 100101100 1000101 101001

Color Harmonies of #B021B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021B1

Black with #B021B1

Text Example


Text Example

White with #B021B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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