Html Css Color HEX #B12799 Medium Red Violet

📋 copy color: '#B12799'

red 177 ◦ green 39 ◦ blue 153

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

Shades of Medium Red Violet #B12799

Tints of Medium Red Violet #B12799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.57%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 47.97%
G = 10.57%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B12799 (or 0xB12799) is known color: Medium Red Violet. HEX triplet: B1, 27 and 99. RGB value is (177,39,153). Sum of RGB (Red+Green+Blue) = 177+39+153=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B12799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12799 is #4ED866. Grayscale: #5C5C5C. Windows color (decimal): -5167207 or 10037169. OLE color: 10037169.

HSL color Cylindrical-coordinate representation of color #B12799: hue angle of 310.43º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12799 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 153 -
CMYK 0 0.78 0.14 0.31
HSL 310.43º 0.64% 0.42% -
HSV(B) 310.43º 0.78% 0.69% -
XYZ 24.61 13.1 31.37 -
YUV 93.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 177 39 153 0 0.78 0.14 0.31 310.43 0.64 0.42
Hex B1 27 99 0 4E E 1F 136 40 2A
Octal 261 47 231 0 116 16 37 466 100 52
Binary 10110001 100111 10011001 0 1001110 1110 11111 100110110 1000000 101010

Color Harmonies of #B12799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12799

Black with #B12799

Text Example


Text Example

White with #B12799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12799; }

 p { color: rgb(177,39,153); }

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

background-color css

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

 a { background-color: rgb(177,39,153); }

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

border-color css

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

 span { border-color: rgb(177,39,153); }

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