Html Css Color HEX #B8008C Medium Violet Red

📋 copy color: '#B8008C'

red 184 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #B8008C

Tints of Medium Violet Red #B8008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.79%
G = 0%
B = 43.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8008C (or 0xB8008C) is known color: Medium Violet Red. HEX triplet: B8, 00 and 8C. RGB value is (184,0,140). Sum of RGB (Red+Green+Blue) = 184+0+140=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B8008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8008C is #47FF73. Grayscale: #464646. Windows color (decimal): -4718452 or 9175224. OLE color: 9175224.

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

Color convert

RGB 184 0 140 -
CMYK 0 1 0.24 0.28
HSL 314.35º 1% 0.36% -
HSV(B) 314.35º 1% 0.72% -
XYZ 24.5 12.08 25.85 -
YUV 70.98 166.96 208.62 -
System Red Green Blue C M Y K H S L
Decimal 184 0 140 0 1 0.24 0.28 314.35 1 0.36
Hex B8 0 8C 0 64 18 1C 13A 64 24
Octal 270 0 214 0 144 30 34 472 144 44
Binary 10111000 0 10001100 0 1100100 11000 11100 100111010 1100100 100100

Color Harmonies of #B8008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8008C

Black with #B8008C

Text Example


Text Example

White with #B8008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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