Html Css Color HEX #B90178 Medium Violet Red

📋 copy color: '#B90178'

red 185 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #B90178

Tints of Medium Violet Red #B90178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 60.46%
G = 0.33%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B90178 (or 0xB90178) is known color: Medium Violet Red. HEX triplet: B9, 01 and 78. RGB value is (185,1,120). Sum of RGB (Red+Green+Blue) = 185+1+120=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B90178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90178 is #46FE87. Grayscale: #454545. Windows color (decimal): -4652680 or 7864761. OLE color: 7864761.

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

Color convert

RGB 185 1 120 -
CMYK 0 0.99 0.35 0.27
HSL 321.2º 0.99% 0.36% -
HSV(B) 321.2º 0.99% 0.73% -
XYZ 23.41 11.69 18.79 -
YUV 69.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 185 1 120 0 0.99 0.35 0.27 321.2 0.99 0.36
Hex B9 1 78 0 63 23 1B 141 63 24
Octal 271 1 170 0 143 43 33 501 143 44
Binary 10111001 1 1111000 0 1100011 100011 11011 101000001 1100011 100100

Color Harmonies of #B90178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90178

Black with #B90178

Text Example


Text Example

White with #B90178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90178; }

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

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

background-color css

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

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

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

border-color css

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

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

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