Html Css Color HEX #B810A0 Medium Violet Red

📋 copy color: '#B810A0'

red 184 ◦ green 16 ◦ blue 160

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

Shades of Medium Violet Red #B810A0

Tints of Medium Violet Red #B810A0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.44%

 BLUE value IS 160 (62.89% from 255) = 44.44%

R = 51.11%
G = 4.44%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B810A0 (or 0xB810A0) is known color: Medium Violet Red. HEX triplet: B8, 10 and A0. RGB value is (184,16,160). Sum of RGB (Red+Green+Blue) = 184+16+160=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B810A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B810A0 is #47EF5F. Grayscale: #525252. Windows color (decimal): -4714336 or 10490040. OLE color: 10490040.

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

Color convert

RGB 184 16 160 -
CMYK 0 0.91 0.13 0.28
HSL 308.57º 0.84% 0.39% -
HSV(B) 308.57º 0.91% 0.72% -
XYZ 26.3 13.1 34.4 -
YUV 82.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 184 16 160 0 0.91 0.13 0.28 308.57 0.84 0.39
Hex B8 10 A0 0 5B D 1C 135 54 27
Octal 270 20 240 0 133 15 34 465 124 47
Binary 10111000 10000 10100000 0 1011011 1101 11100 100110101 1010100 100111

Color Harmonies of #B810A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B810A0

Black with #B810A0

Text Example


Text Example

White with #B810A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B810A0; }

 p { color: rgb(184,16,160); }

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

background-color css

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

 a { background-color: rgb(184,16,160); }

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

border-color css

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

 span { border-color: rgb(184,16,160); }

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