Html Css Color HEX #B90CA6 Medium Violet Red

📋 copy color: '#B90CA6'

red 185 ◦ green 12 ◦ blue 166

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

Shades of Medium Violet Red #B90CA6

Tints of Medium Violet Red #B90CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 50.96%
G = 3.31%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B90CA6 (or 0xB90CA6) is known color: Medium Violet Red. HEX triplet: B9, 0C and A6. RGB value is (185,12,166). Sum of RGB (Red+Green+Blue) = 185+12+166=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B90CA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90CA6 is #46F359. Grayscale: #505050. Windows color (decimal): -4649818 or 10882233. OLE color: 10882233.

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

Color convert

RGB 185 12 166 -
CMYK 0 0.94 0.10 0.27
HSL 306.59º 0.88% 0.39% -
HSV(B) 306.59º 0.94% 0.73% -
XYZ 27.02 13.33 37.23 -
YUV 81.28 175.81 201.98 -
System Red Green Blue C M Y K H S L
Decimal 185 12 166 0 0.94 0.10 0.27 306.59 0.88 0.39
Hex B9 C A6 0 5E A 1B 133 58 27
Octal 271 14 246 0 136 12 33 463 130 47
Binary 10111001 1100 10100110 0 1011110 1010 11011 100110011 1011000 100111

Color Harmonies of #B90CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CA6

Black with #B90CA6

Text Example


Text Example

White with #B90CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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