Html Css Color HEX #B8088C Medium Violet Red

📋 copy color: '#B8088C'

red 184 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #B8088C

Tints of Medium Violet Red #B8088C

RGB

 RED value IS 184 (72.27% from 255) = 55.42%

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

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

R = 55.42%
G = 2.41%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8088C (or 0xB8088C) is known color: Medium Violet Red. HEX triplet: B8, 08 and 8C. RGB value is (184,8,140). Sum of RGB (Red+Green+Blue) = 184+8+140=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8088C is #47F773. Grayscale: #4B4B4B. Windows color (decimal): -4716404 or 9177272. OLE color: 9177272.

HSL color Cylindrical-coordinate representation of color #B8088C: hue angle of 315º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8088C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 140 -
CMYK 0 0.96 0.24 0.28
HSL 315º 0.92% 0.38% -
HSV(B) 315º 0.96% 0.72% -
XYZ 24.59 12.26 25.88 -
YUV 75.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 184 8 140 0 0.96 0.24 0.28 315 0.92 0.38
Hex B8 8 8C 0 60 18 1C 13B 5C 26
Octal 270 10 214 0 140 30 34 473 134 46
Binary 10111000 1000 10001100 0 1100000 11000 11100 100111011 1011100 100110

Color Harmonies of #B8088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8088C

Black with #B8088C

Text Example


Text Example

White with #B8088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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