Html Css Color HEX #B021AB Medium Red Violet

📋 copy color: '#B021AB'

red 176 ◦ green 33 ◦ blue 171

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

Shades of Medium Red Violet #B021AB

Tints of Medium Red Violet #B021AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 46.32%
G = 8.68%
B = 45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B021AB (or 0xB021AB) is known color: Medium Red Violet. HEX triplet: B0, 21 and AB. RGB value is (176,33,171). Sum of RGB (Red+Green+Blue) = 176+33+171=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B021AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B021AB is #4FDE54. Grayscale: #5B5B5B. Windows color (decimal): -5234261 or 11215280. OLE color: 11215280.

HSL color Cylindrical-coordinate representation of color #B021AB: hue angle of 302.1º degrees, saturation: 0.68, 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 #B021AB is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 171 -
CMYK 0 0.81 0.03 0.31
HSL 302.1º 0.68% 0.41% -
HSV(B) 302.1º 0.81% 0.69% -
XYZ 25.8 13.26 39.73 -
YUV 91.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 176 33 171 0 0.81 0.03 0.31 302.1 0.68 0.41
Hex B0 21 AB 0 51 3 1F 12E 44 29
Octal 260 41 253 0 121 3 37 456 104 51
Binary 10110000 100001 10101011 0 1010001 11 11111 100101110 1000100 101001

Color Harmonies of #B021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021AB

Black with #B021AB

Text Example


Text Example

White with #B021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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