Html Css Color HEX #B4088C Medium Violet Red

📋 copy color: '#B4088C'

red 180 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #B4088C

Tints of Medium Violet Red #B4088C

RGB

 RED value IS 180 (70.7% from 255) = 54.88%

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

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 54.88%
G = 2.44%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4088C (or 0xB4088C) is known color: Medium Violet Red. HEX triplet: B4, 08 and 8C. RGB value is (180,8,140). Sum of RGB (Red+Green+Blue) = 180+8+140=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4088C is #4BF773. Grayscale: #4A4A4A. Windows color (decimal): -4978548 or 9177268. OLE color: 9177268.

HSL color Cylindrical-coordinate representation of color #B4088C: hue angle of 313.95º degrees, saturation: 0.91, 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 #B4088C is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 8 140 -
CMYK 0 0.96 0.22 0.29
HSL 313.95º 0.91% 0.37% -
HSV(B) 313.95º 0.96% 0.71% -
XYZ 23.64 11.77 25.84 -
YUV 74.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 180 8 140 0 0.96 0.22 0.29 313.95 0.91 0.37
Hex B4 8 8C 0 60 16 1D 13A 5B 25
Octal 264 10 214 0 140 26 35 472 133 45
Binary 10110100 1000 10001100 0 1100000 10110 11101 100111010 1011011 100101

Color Harmonies of #B4088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4088C

Black with #B4088C

Text Example


Text Example

White with #B4088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4088C; }

 p { color: rgb(180,8,140); }

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

background-color css

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

 a { background-color: rgb(180,8,140); }

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

border-color css

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

 span { border-color: rgb(180,8,140); }

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