Html Css Color HEX #B91478 Medium Violet Red

📋 copy color: '#B91478'

red 185 ◦ green 20 ◦ blue 120

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

Shades of Medium Violet Red #B91478

Tints of Medium Violet Red #B91478

RGB

 RED value IS 185 (72.66% from 255) = 56.92%

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 56.92%
G = 6.15%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B91478 (or 0xB91478) is known color: Medium Violet Red. HEX triplet: B9, 14 and 78. RGB value is (185,20,120). Sum of RGB (Red+Green+Blue) = 185+20+120=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B91478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91478 is #46EB87. Grayscale: #505050. Windows color (decimal): -4647816 or 7869625. OLE color: 7869625.

HSL color Cylindrical-coordinate representation of color #B91478: hue angle of 323.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91478 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 120 -
CMYK 0 0.89 0.35 0.27
HSL 323.64º 0.8% 0.4% -
HSV(B) 323.64º 0.89% 0.73% -
XYZ 23.65 12.17 18.87 -
YUV 80.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 185 20 120 0 0.89 0.35 0.27 323.64 0.8 0.4
Hex B9 14 78 0 59 23 1B 144 50 28
Octal 271 24 170 0 131 43 33 504 120 50
Binary 10111001 10100 1111000 0 1011001 100011 11011 101000100 1010000 101000

Color Harmonies of #B91478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91478

Black with #B91478

Text Example


Text Example

White with #B91478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91478; }

 p { color: rgb(185,20,120); }

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

background-color css

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

 a { background-color: rgb(185,20,120); }

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

border-color css

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

 span { border-color: rgb(185,20,120); }

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