Html Css Color HEX #B90078 Medium Violet Red

📋 copy color: '#B90078'

red 185 ◦ green 0 ◦ blue 120

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

Shades of Medium Violet Red #B90078

Tints of Medium Violet Red #B90078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.66%
G = 0%
B = 39.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B90078 (or 0xB90078) is known color: Medium Violet Red. HEX triplet: B9, 00 and 78. RGB value is (185,0,120). Sum of RGB (Red+Green+Blue) = 185+0+120=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90078 is #46FF87. Grayscale: #444444. Windows color (decimal): -4652936 or 7864505. OLE color: 7864505.

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

Color convert

RGB 185 0 120 -
CMYK 0 1 0.35 0.27
HSL 321.08º 1% 0.36% -
HSV(B) 321.08º 1% 0.73% -
XYZ 23.4 11.67 18.79 -
YUV 69 156.79 210.74 -
System Red Green Blue C M Y K H S L
Decimal 185 0 120 0 1 0.35 0.27 321.08 1 0.36
Hex B9 0 78 0 64 23 1B 141 64 24
Octal 271 0 170 0 144 43 33 501 144 44
Binary 10111001 0 1111000 0 1100100 100011 11011 101000001 1100100 100100

Color Harmonies of #B90078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90078

Black with #B90078

Text Example


Text Example

White with #B90078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90078; }

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

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

background-color css

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

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

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

border-color css

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

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

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