Html Css Color HEX #B01A7B Medium Violet Red

📋 copy color: '#B01A7B'

red 176 ◦ green 26 ◦ blue 123

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

Shades of Medium Violet Red #B01A7B

Tints of Medium Violet Red #B01A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 54.15%
G = 8%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B01A7B (or 0xB01A7B) is known color: Medium Violet Red. HEX triplet: B0, 1A and 7B. RGB value is (176,26,123). Sum of RGB (Red+Green+Blue) = 176+26+123=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01A7B is #4FE584. Grayscale: #515151. Windows color (decimal): -5236101 or 8067760. OLE color: 8067760.

HSL color Cylindrical-coordinate representation of color #B01A7B: hue angle of 321.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A7B is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 123 -
CMYK 0 0.85 0.30 0.31
HSL 321.2º 0.74% 0.4% -
HSV(B) 321.2º 0.85% 0.69% -
XYZ 21.85 11.4 19.79 -
YUV 81.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 176 26 123 0 0.85 0.30 0.31 321.2 0.74 0.4
Hex B0 1A 7B 0 55 1E 1F 141 4A 28
Octal 260 32 173 0 125 36 37 501 112 50
Binary 10110000 11010 1111011 0 1010101 11110 11111 101000001 1001010 101000

Color Harmonies of #B01A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A7B

Black with #B01A7B

Text Example


Text Example

White with #B01A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A7B; }

 p { color: rgb(176,26,123); }

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

background-color css

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

 a { background-color: rgb(176,26,123); }

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

border-color css

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

 span { border-color: rgb(176,26,123); }

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