Html Css Color HEX #B12788 Medium Red Violet

📋 copy color: '#B12788'

red 177 ◦ green 39 ◦ blue 136

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

Shades of Medium Red Violet #B12788

Tints of Medium Red Violet #B12788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 50.28%
G = 11.08%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B12788 (or 0xB12788) is known color: Medium Red Violet. HEX triplet: B1, 27 and 88. RGB value is (177,39,136). Sum of RGB (Red+Green+Blue) = 177+39+136=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B12788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12788 is #4ED877. Grayscale: #5B5B5B. Windows color (decimal): -5167224 or 8923057. OLE color: 8923057.

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

Color convert

RGB 177 39 136 -
CMYK 0 0.78 0.23 0.31
HSL 317.83º 0.64% 0.42% -
HSV(B) 317.83º 0.78% 0.69% -
XYZ 23.3 12.58 24.49 -
YUV 91.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 177 39 136 0 0.78 0.23 0.31 317.83 0.64 0.42
Hex B1 27 88 0 4E 17 1F 13E 40 2A
Octal 261 47 210 0 116 27 37 476 100 52
Binary 10110001 100111 10001000 0 1001110 10111 11111 100111110 1000000 101010

Color Harmonies of #B12788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12788

Black with #B12788

Text Example


Text Example

White with #B12788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12788; }

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

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

background-color css

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

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

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

border-color css

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

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

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