Html Css Color HEX #B80F93 Medium Violet Red

📋 copy color: '#B80F93'

red 184 ◦ green 15 ◦ blue 147

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

Shades of Medium Violet Red #B80F93

Tints of Medium Violet Red #B80F93

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.34%

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 53.18%
G = 4.34%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B80F93 (or 0xB80F93) is known color: Medium Violet Red. HEX triplet: B8, 0F and 93. RGB value is (184,15,147). Sum of RGB (Red+Green+Blue) = 184+15+147=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80F93 is #47F06C. Grayscale: #505050. Windows color (decimal): -4714605 or 9637816. OLE color: 9637816.

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

Color convert

RGB 184 15 147 -
CMYK 0 0.92 0.20 0.28
HSL 313.14º 0.85% 0.39% -
HSV(B) 313.14º 0.92% 0.72% -
XYZ 25.2 12.64 28.71 -
YUV 80.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 184 15 147 0 0.92 0.20 0.28 313.14 0.85 0.39
Hex B8 F 93 0 5C 14 1C 139 55 27
Octal 270 17 223 0 134 24 34 471 125 47
Binary 10111000 1111 10010011 0 1011100 10100 11100 100111001 1010101 100111

Color Harmonies of #B80F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80F93

Black with #B80F93

Text Example


Text Example

White with #B80F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80F93; }

 p { color: rgb(184,15,147); }

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

background-color css

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

 a { background-color: rgb(184,15,147); }

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

border-color css

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

 span { border-color: rgb(184,15,147); }

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