Html Css Color HEX #B90C9C Medium Violet Red

📋 copy color: '#B90C9C'

red 185 ◦ green 12 ◦ blue 156

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

Shades of Medium Violet Red #B90C9C

Tints of Medium Violet Red #B90C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 52.41%
G = 3.4%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B90C9C (or 0xB90C9C) is known color: Medium Violet Red. HEX triplet: B9, 0C and 9C. RGB value is (185,12,156). Sum of RGB (Red+Green+Blue) = 185+12+156=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90C9C is #46F363. Grayscale: #4F4F4F. Windows color (decimal): -4649828 or 10226873. OLE color: 10226873.

HSL color Cylindrical-coordinate representation of color #B90C9C: hue angle of 310.06º 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 #B90C9C is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 12 156 -
CMYK 0 0.94 0.16 0.27
HSL 310.06º 0.88% 0.39% -
HSV(B) 310.06º 0.94% 0.73% -
XYZ 26.14 12.98 32.58 -
YUV 80.14 170.81 202.79 -
System Red Green Blue C M Y K H S L
Decimal 185 12 156 0 0.94 0.16 0.27 310.06 0.88 0.39
Hex B9 C 9C 0 5E 10 1B 136 58 27
Octal 271 14 234 0 136 20 33 466 130 47
Binary 10111001 1100 10011100 0 1011110 10000 11011 100110110 1011000 100111

Color Harmonies of #B90C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C9C

Black with #B90C9C

Text Example


Text Example

White with #B90C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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