Html Css Color HEX #B5088B Medium Violet Red

📋 copy color: '#B5088B'

red 181 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #B5088B

Tints of Medium Violet Red #B5088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 55.18%
G = 2.44%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5088B (or 0xB5088B) is known color: Medium Violet Red. HEX triplet: B5, 08 and 8B. RGB value is (181,8,139). Sum of RGB (Red+Green+Blue) = 181+8+139=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5088B is #4AF774. Grayscale: #4A4A4A. Windows color (decimal): -4913013 or 9111733. OLE color: 9111733.

HSL color Cylindrical-coordinate representation of color #B5088B: hue angle of 314.57º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5088B is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 139 -
CMYK 0 0.96 0.23 0.29
HSL 314.57º 0.92% 0.37% -
HSV(B) 314.57º 0.96% 0.71% -
XYZ 23.8 11.86 25.46 -
YUV 74.66 164.31 203.85 -
System Red Green Blue C M Y K H S L
Decimal 181 8 139 0 0.96 0.23 0.29 314.57 0.92 0.37
Hex B5 8 8B 0 60 17 1D 13B 5C 25
Octal 265 10 213 0 140 27 35 473 134 45
Binary 10110101 1000 10001011 0 1100000 10111 11101 100111011 1011100 100101

Color Harmonies of #B5088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5088B

Black with #B5088B

Text Example


Text Example

White with #B5088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5088B; }

 p { color: rgb(181,8,139); }

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

background-color css

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

 a { background-color: rgb(181,8,139); }

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

border-color css

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

 span { border-color: rgb(181,8,139); }

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