Html Css Color HEX #B01691 Medium Violet Red

📋 copy color: '#B01691'

red 176 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #B01691

Tints of Medium Violet Red #B01691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 51.31%
G = 6.41%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B01691 (or 0xB01691) is known color: Medium Violet Red. HEX triplet: B0, 16 and 91. RGB value is (176,22,145). Sum of RGB (Red+Green+Blue) = 176+22+145=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B01691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01691 is #4FE96E. Grayscale: #515151. Windows color (decimal): -5237103 or 9508528. OLE color: 9508528.

HSL color Cylindrical-coordinate representation of color #B01691: hue angle of 312.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01691 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 22 145 -
CMYK 0 0.88 0.18 0.31
HSL 312.08º 0.78% 0.39% -
HSV(B) 312.08º 0.88% 0.69% -
XYZ 23.3 11.85 27.85 -
YUV 82.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 176 22 145 0 0.88 0.18 0.31 312.08 0.78 0.39
Hex B0 16 91 0 58 12 1F 138 4E 27
Octal 260 26 221 0 130 22 37 470 116 47
Binary 10110000 10110 10010001 0 1011000 10010 11111 100111000 1001110 100111

Color Harmonies of #B01691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01691

Black with #B01691

Text Example


Text Example

White with #B01691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01691; }

 p { color: rgb(176,22,145); }

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

background-color css

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

 a { background-color: rgb(176,22,145); }

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

border-color css

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

 span { border-color: rgb(176,22,145); }

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