Html Css Color HEX #B12598 Medium Red Violet

📋 copy color: '#B12598'

red 177 ◦ green 37 ◦ blue 152

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

Shades of Medium Red Violet #B12598

Tints of Medium Red Violet #B12598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 48.36%
G = 10.11%
B = 41.53%

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

#B12598 (or 0xB12598) is known color: Medium Red Violet. HEX triplet: B1, 25 and 98. RGB value is (177,37,152). Sum of RGB (Red+Green+Blue) = 177+37+152=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B12598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12598 is #4EDA67. Grayscale: #5B5B5B. Windows color (decimal): -5167720 or 9971121. OLE color: 9971121.

HSL color Cylindrical-coordinate representation of color #B12598: hue angle of 310.71º 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 #B12598 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 37 152 -
CMYK 0 0.79 0.14 0.31
HSL 310.71º 0.65% 0.42% -
HSV(B) 310.71º 0.79% 0.69% -
XYZ 24.46 12.94 30.91 -
YUV 91.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 177 37 152 0 0.79 0.14 0.31 310.71 0.65 0.42
Hex B1 25 98 0 4F E 1F 137 41 2A
Octal 261 45 230 0 117 16 37 467 101 52
Binary 10110001 100101 10011000 0 1001111 1110 11111 100110111 1000001 101010

Color Harmonies of #B12598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12598

Black with #B12598

Text Example


Text Example

White with #B12598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12598; }

 p { color: rgb(177,37,152); }

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

background-color css

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

 a { background-color: rgb(177,37,152); }

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

border-color css

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

 span { border-color: rgb(177,37,152); }

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