Html Css Color HEX #B01696 Medium Violet Red

📋 copy color: '#B01696'

red 176 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #B01696

Tints of Medium Violet Red #B01696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 50.57%
G = 6.32%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B01696 (or 0xB01696) is known color: Medium Violet Red. HEX triplet: B0, 16 and 96. RGB value is (176,22,150). Sum of RGB (Red+Green+Blue) = 176+22+150=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B01696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01696 is #4FE969. Grayscale: #525252. Windows color (decimal): -5237098 or 9836208. OLE color: 9836208.

HSL color Cylindrical-coordinate representation of color #B01696: hue angle of 310.13º 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 #B01696 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 22 150 -
CMYK 0 0.88 0.15 0.31
HSL 310.13º 0.78% 0.39% -
HSV(B) 310.13º 0.88% 0.69% -
XYZ 23.7 12.01 29.92 -
YUV 82.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 176 22 150 0 0.88 0.15 0.31 310.13 0.78 0.39
Hex B0 16 96 0 58 F 1F 136 4E 27
Octal 260 26 226 0 130 17 37 466 116 47
Binary 10110000 10110 10010110 0 1011000 1111 11111 100110110 1001110 100111

Color Harmonies of #B01696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01696

Black with #B01696

Text Example


Text Example

White with #B01696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01696; }

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

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

background-color css

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

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

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

border-color css

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

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

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