Html Css Color HEX #B80FA2 Medium Violet Red

📋 copy color: '#B80FA2'

red 184 ◦ green 15 ◦ blue 162

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

Shades of Medium Violet Red #B80FA2

Tints of Medium Violet Red #B80FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.88%

R = 50.97%
G = 4.16%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B80FA2 (or 0xB80FA2) is known color: Medium Violet Red. HEX triplet: B8, 0F and A2. RGB value is (184,15,162). Sum of RGB (Red+Green+Blue) = 184+15+162=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B80FA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80FA2 is #47F05D. Grayscale: #515151. Windows color (decimal): -4714590 or 10620856. OLE color: 10620856.

HSL color Cylindrical-coordinate representation of color #B80FA2: hue angle of 307.81º 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 #B80FA2 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 15 162 -
CMYK 0 0.92 0.12 0.28
HSL 307.81º 0.85% 0.39% -
HSV(B) 307.81º 0.92% 0.72% -
XYZ 26.46 13.14 35.32 -
YUV 82.29 172.99 200.55 -
System Red Green Blue C M Y K H S L
Decimal 184 15 162 0 0.92 0.12 0.28 307.81 0.85 0.39
Hex B8 F A2 0 5C C 1C 134 55 27
Octal 270 17 242 0 134 14 34 464 125 47
Binary 10111000 1111 10100010 0 1011100 1100 11100 100110100 1010101 100111

Color Harmonies of #B80FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FA2

Black with #B80FA2

Text Example


Text Example

White with #B80FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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