Html Css Color HEX #B915A2 Medium Violet Red

📋 copy color: '#B915A2'

red 185 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #B915A2

Tints of Medium Violet Red #B915A2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.71%

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

R = 50.27%
G = 5.71%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B915A2 (or 0xB915A2) is known color: Medium Violet Red. HEX triplet: B9, 15 and A2. RGB value is (185,21,162). Sum of RGB (Red+Green+Blue) = 185+21+162=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B915A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B915A2 is #46EA5D. Grayscale: #555555. Windows color (decimal): -4647518 or 10622393. OLE color: 10622393.

HSL color Cylindrical-coordinate representation of color #B915A2: hue angle of 308.41º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B915A2 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 21 162 -
CMYK 0 0.89 0.12 0.27
HSL 308.41º 0.8% 0.4% -
HSV(B) 308.41º 0.89% 0.73% -
XYZ 26.8 13.46 35.37 -
YUV 86.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 185 21 162 0 0.89 0.12 0.27 308.41 0.8 0.4
Hex B9 15 A2 0 59 C 1B 134 50 28
Octal 271 25 242 0 131 14 33 464 120 50
Binary 10111001 10101 10100010 0 1011001 1100 11011 100110100 1010000 101000

Color Harmonies of #B915A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915A2

Black with #B915A2

Text Example


Text Example

White with #B915A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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