Html Css Color HEX #B12495 Medium Red Violet

📋 copy color: '#B12495'

red 177 ◦ green 36 ◦ blue 149

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

Shades of Medium Red Violet #B12495

Tints of Medium Red Violet #B12495

RGB

 RED value IS 177 (69.53% from 255) = 48.9%

 GREEN value IS 36 (14.45% from 255) = 9.94%

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 48.9%
G = 9.94%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B12495 (or 0xB12495) is known color: Medium Red Violet. HEX triplet: B1, 24 and 95. RGB value is (177,36,149). Sum of RGB (Red+Green+Blue) = 177+36+149=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B12495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12495 is #4EDB6A. Grayscale: #5A5A5A. Windows color (decimal): -5167979 or 9774257. OLE color: 9774257.

HSL color Cylindrical-coordinate representation of color #B12495: hue angle of 311.91º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12495 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 149 -
CMYK 0 0.80 0.16 0.31
HSL 311.91º 0.66% 0.42% -
HSV(B) 311.91º 0.8% 0.69% -
XYZ 24.19 12.78 29.63 -
YUV 91.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 177 36 149 0 0.80 0.16 0.31 311.91 0.66 0.42
Hex B1 24 95 0 50 10 1F 138 42 2A
Octal 261 44 225 0 120 20 37 470 102 52
Binary 10110001 100100 10010101 0 1010000 10000 11111 100111000 1000010 101010

Color Harmonies of #B12495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12495

Black with #B12495

Text Example


Text Example

White with #B12495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12495; }

 p { color: rgb(177,36,149); }

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

background-color css

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

 a { background-color: rgb(177,36,149); }

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

border-color css

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

 span { border-color: rgb(177,36,149); }

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