Html Css Color HEX #B01C89 Medium Violet Red

📋 copy color: '#B01C89'

red 176 ◦ green 28 ◦ blue 137

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

Shades of Medium Violet Red #B01C89

Tints of Medium Violet Red #B01C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.21%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 51.61%
G = 8.21%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B01C89 (or 0xB01C89) is known color: Medium Violet Red. HEX triplet: B0, 1C and 89. RGB value is (176,28,137). Sum of RGB (Red+Green+Blue) = 176+28+137=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C89 is #4FE376. Grayscale: #545454. Windows color (decimal): -5235575 or 8985776. OLE color: 8985776.

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

Color convert

RGB 176 28 137 -
CMYK 0 0.84 0.22 0.31
HSL 315.81º 0.73% 0.4% -
HSV(B) 315.81º 0.84% 0.69% -
XYZ 22.84 11.87 24.75 -
YUV 84.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 176 28 137 0 0.84 0.22 0.31 315.81 0.73 0.4
Hex B0 1C 89 0 54 16 1F 13C 49 28
Octal 260 34 211 0 124 26 37 474 111 50
Binary 10110000 11100 10001001 0 1010100 10110 11111 100111100 1001001 101000

Color Harmonies of #B01C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C89

Black with #B01C89

Text Example


Text Example

White with #B01C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C89; }

 p { color: rgb(176,28,137); }

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

background-color css

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

 a { background-color: rgb(176,28,137); }

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

border-color css

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

 span { border-color: rgb(176,28,137); }

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