Html Css Color HEX #B01E7B Medium Red Violet

📋 copy color: '#B01E7B'

red 176 ◦ green 30 ◦ blue 123

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

Shades of Medium Red Violet #B01E7B

Tints of Medium Red Violet #B01E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

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

R = 53.5%
G = 9.12%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B01E7B (or 0xB01E7B) is known color: Medium Red Violet. HEX triplet: B0, 1E and 7B. RGB value is (176,30,123). Sum of RGB (Red+Green+Blue) = 176+30+123=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01E7B is #4FE184. Grayscale: #545454. Windows color (decimal): -5235077 or 8068784. OLE color: 8068784.

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

Color convert

RGB 176 30 123 -
CMYK 0 0.83 0.30 0.31
HSL 321.78º 0.71% 0.4% -
HSV(B) 321.78º 0.83% 0.69% -
XYZ 21.94 11.59 19.82 -
YUV 84.26 149.87 193.44 -
System Red Green Blue C M Y K H S L
Decimal 176 30 123 0 0.83 0.30 0.31 321.78 0.71 0.4
Hex B0 1E 7B 0 53 1E 1F 142 47 28
Octal 260 36 173 0 123 36 37 502 107 50
Binary 10110000 11110 1111011 0 1010011 11110 11111 101000010 1000111 101000

Color Harmonies of #B01E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E7B

Black with #B01E7B

Text Example


Text Example

White with #B01E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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