Html Css Color HEX #B12895 Medium Red Violet

📋 copy color: '#B12895'

red 177 ◦ green 40 ◦ blue 149

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

Shades of Medium Red Violet #B12895

Tints of Medium Red Violet #B12895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 48.36%
G = 10.93%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B12895 (or 0xB12895) is known color: Medium Red Violet. HEX triplet: B1, 28 and 95. RGB value is (177,40,149). Sum of RGB (Red+Green+Blue) = 177+40+149=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B12895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12895 is #4ED76A. Grayscale: #5D5D5D. Windows color (decimal): -5166955 or 9775281. OLE color: 9775281.

HSL color Cylindrical-coordinate representation of color #B12895: hue angle of 312.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12895 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 149 -
CMYK 0 0.77 0.16 0.31
HSL 312.26º 0.63% 0.43% -
HSV(B) 312.26º 0.77% 0.69% -
XYZ 24.32 13.03 29.67 -
YUV 93.39 159.39 187.64 -
System Red Green Blue C M Y K H S L
Decimal 177 40 149 0 0.77 0.16 0.31 312.26 0.63 0.43
Hex B1 28 95 0 4D 10 1F 138 3F 2B
Octal 261 50 225 0 115 20 37 470 77 53
Binary 10110001 101000 10010101 0 1001101 10000 11111 100111000 111111 101011

Color Harmonies of #B12895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12895

Black with #B12895

Text Example


Text Example

White with #B12895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12895; }

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

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

background-color css

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

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

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

border-color css

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

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

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