Html Css Color HEX #B12699 Medium Red Violet

📋 copy color: '#B12699'

red 177 ◦ green 38 ◦ blue 153

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

Shades of Medium Red Violet #B12699

Tints of Medium Red Violet #B12699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.33%

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

R = 48.1%
G = 10.33%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B12699 (or 0xB12699) is known color: Medium Red Violet. HEX triplet: B1, 26 and 99. RGB value is (177,38,153). Sum of RGB (Red+Green+Blue) = 177+38+153=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B12699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12699 is #4ED966. Grayscale: #5C5C5C. Windows color (decimal): -5167463 or 10036913. OLE color: 10036913.

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

Color convert

RGB 177 38 153 -
CMYK 0 0.79 0.14 0.31
HSL 310.36º 0.65% 0.42% -
HSV(B) 310.36º 0.79% 0.69% -
XYZ 24.57 13.03 31.36 -
YUV 92.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 177 38 153 0 0.79 0.14 0.31 310.36 0.65 0.42
Hex B1 26 99 0 4F E 1F 136 41 2A
Octal 261 46 231 0 117 16 37 466 101 52
Binary 10110001 100110 10011001 0 1001111 1110 11111 100110110 1000001 101010

Color Harmonies of #B12699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12699

Black with #B12699

Text Example


Text Example

White with #B12699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12699; }

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

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

background-color css

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

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

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

border-color css

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

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

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