Html Css Color HEX #B80D9D Medium Violet Red

📋 copy color: '#B80D9D'

red 184 ◦ green 13 ◦ blue 157

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

Shades of Medium Violet Red #B80D9D

Tints of Medium Violet Red #B80D9D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.67%

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 51.98%
G = 3.67%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B80D9D (or 0xB80D9D) is known color: Medium Violet Red. HEX triplet: B8, 0D and 9D. RGB value is (184,13,157). Sum of RGB (Red+Green+Blue) = 184+13+157=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80D9D is #47F262. Grayscale: #505050. Windows color (decimal): -4715107 or 10292664. OLE color: 10292664.

HSL color Cylindrical-coordinate representation of color #B80D9D: hue angle of 309.47º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80D9D is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 13 157 -
CMYK 0 0.93 0.15 0.28
HSL 309.47º 0.87% 0.39% -
HSV(B) 309.47º 0.93% 0.72% -
XYZ 26 12.91 33.02 -
YUV 80.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 184 13 157 0 0.93 0.15 0.28 309.47 0.87 0.39
Hex B8 D 9D 0 5D F 1C 135 57 27
Octal 270 15 235 0 135 17 34 465 127 47
Binary 10111000 1101 10011101 0 1011101 1111 11100 100110101 1010111 100111

Color Harmonies of #B80D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80D9D

Black with #B80D9D

Text Example


Text Example

White with #B80D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80D9D; }

 p { color: rgb(184,13,157); }

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

background-color css

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

 a { background-color: rgb(184,13,157); }

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

border-color css

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

 span { border-color: rgb(184,13,157); }

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