Html Css Color HEX #B90CA2 Medium Violet Red

📋 copy color: '#B90CA2'

red 185 ◦ green 12 ◦ blue 162

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

Shades of Medium Violet Red #B90CA2

Tints of Medium Violet Red #B90CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 51.53%
G = 3.34%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B90CA2 (or 0xB90CA2) is known color: Medium Violet Red. HEX triplet: B9, 0C and A2. RGB value is (185,12,162). Sum of RGB (Red+Green+Blue) = 185+12+162=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B90CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90CA2 is #46F35D. Grayscale: #505050. Windows color (decimal): -4649822 or 10620089. OLE color: 10620089.

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

Color convert

RGB 185 12 162 -
CMYK 0 0.94 0.12 0.27
HSL 307.98º 0.88% 0.39% -
HSV(B) 307.98º 0.94% 0.73% -
XYZ 26.66 13.19 35.32 -
YUV 80.83 173.81 202.3 -
System Red Green Blue C M Y K H S L
Decimal 185 12 162 0 0.94 0.12 0.27 307.98 0.88 0.39
Hex B9 C A2 0 5E C 1B 134 58 27
Octal 271 14 242 0 136 14 33 464 130 47
Binary 10111001 1100 10100010 0 1011110 1100 11011 100110100 1011000 100111

Color Harmonies of #B90CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CA2

Black with #B90CA2

Text Example


Text Example

White with #B90CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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