Html Css Color HEX #B51088 Medium Violet Red

📋 copy color: '#B51088'

red 181 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #B51088

Tints of Medium Violet Red #B51088

RGB

 RED value IS 181 (71.09% from 255) = 54.35%

 GREEN value IS 16 (6.64% from 255) = 4.8%

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

R = 54.35%
G = 4.8%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B51088 (or 0xB51088) is known color: Medium Violet Red. HEX triplet: B5, 10 and 88. RGB value is (181,16,136). Sum of RGB (Red+Green+Blue) = 181+16+136=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B51088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51088 is #4AEF77. Grayscale: #4E4E4E. Windows color (decimal): -4910968 or 8917173. OLE color: 8917173.

HSL color Cylindrical-coordinate representation of color #B51088: hue angle of 316.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51088 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 16 136 -
CMYK 0 0.91 0.25 0.29
HSL 316.36º 0.84% 0.39% -
HSV(B) 316.36º 0.91% 0.71% -
XYZ 23.69 11.97 24.36 -
YUV 79.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 181 16 136 0 0.91 0.25 0.29 316.36 0.84 0.39
Hex B5 10 88 0 5B 19 1D 13C 54 27
Octal 265 20 210 0 133 31 35 474 124 47
Binary 10110101 10000 10001000 0 1011011 11001 11101 100111100 1010100 100111

Color Harmonies of #B51088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51088

Black with #B51088

Text Example


Text Example

White with #B51088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51088; }

 p { color: rgb(181,16,136); }

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

background-color css

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

 a { background-color: rgb(181,16,136); }

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

border-color css

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

 span { border-color: rgb(181,16,136); }

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