Html Css Color HEX #B80B8D Medium Violet Red

📋 copy color: '#B80B8D'

red 184 ◦ green 11 ◦ blue 141

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

Shades of Medium Violet Red #B80B8D

Tints of Medium Violet Red #B80B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 54.76%
G = 3.27%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B80B8D (or 0xB80B8D) is known color: Medium Violet Red. HEX triplet: B8, 0B and 8D. RGB value is (184,11,141). Sum of RGB (Red+Green+Blue) = 184+11+141=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B8D is #47F472. Grayscale: #4D4D4D. Windows color (decimal): -4715635 or 9243576. OLE color: 9243576.

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

Color convert

RGB 184 11 141 -
CMYK 0 0.94 0.23 0.28
HSL 314.91º 0.89% 0.38% -
HSV(B) 314.91º 0.94% 0.72% -
XYZ 24.69 12.35 26.28 -
YUV 77.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 184 11 141 0 0.94 0.23 0.28 314.91 0.89 0.38
Hex B8 B 8D 0 5E 17 1C 13B 59 26
Octal 270 13 215 0 136 27 34 473 131 46
Binary 10111000 1011 10001101 0 1011110 10111 11100 100111011 1011001 100110

Color Harmonies of #B80B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B8D

Black with #B80B8D

Text Example


Text Example

White with #B80B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B8D; }

 p { color: rgb(184,11,141); }

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

background-color css

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

 a { background-color: rgb(184,11,141); }

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

border-color css

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

 span { border-color: rgb(184,11,141); }

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