Html Css Color HEX #B90C7A Medium Violet Red

📋 copy color: '#B90C7A'

red 185 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #B90C7A

Tints of Medium Violet Red #B90C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.76%

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 57.99%
G = 3.76%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B90C7A (or 0xB90C7A) is known color: Medium Violet Red. HEX triplet: B9, 0C and 7A. RGB value is (185,12,122). Sum of RGB (Red+Green+Blue) = 185+12+122=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C7A is #46F385. Grayscale: #4C4C4C. Windows color (decimal): -4649862 or 7998649. OLE color: 7998649.

HSL color Cylindrical-coordinate representation of color #B90C7A: hue angle of 321.85º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C7A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 12 122 -
CMYK 0 0.94 0.34 0.27
HSL 321.85º 0.88% 0.39% -
HSV(B) 321.85º 0.94% 0.73% -
XYZ 23.65 11.98 19.48 -
YUV 76.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 185 12 122 0 0.94 0.34 0.27 321.85 0.88 0.39
Hex B9 C 7A 0 5E 22 1B 142 58 27
Octal 271 14 172 0 136 42 33 502 130 47
Binary 10111001 1100 1111010 0 1011110 100010 11011 101000010 1011000 100111

Color Harmonies of #B90C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C7A

Black with #B90C7A

Text Example


Text Example

White with #B90C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C7A; }

 p { color: rgb(185,12,122); }

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

background-color css

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

 a { background-color: rgb(185,12,122); }

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

border-color css

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

 span { border-color: rgb(185,12,122); }

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