Html Css Color HEX #B812A5 Medium Violet Red

📋 copy color: '#B812A5'

red 184 ◦ green 18 ◦ blue 165

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

Shades of Medium Violet Red #B812A5

Tints of Medium Violet Red #B812A5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.9%

 BLUE value IS 165 (64.84% from 255) = 44.96%

R = 50.14%
G = 4.9%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B812A5 (or 0xB812A5) is known color: Medium Violet Red. HEX triplet: B8, 12 and A5. RGB value is (184,18,165). Sum of RGB (Red+Green+Blue) = 184+18+165=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B812A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B812A5 is #47ED5A. Grayscale: #535353. Windows color (decimal): -4713819 or 10818232. OLE color: 10818232.

HSL color Cylindrical-coordinate representation of color #B812A5: hue angle of 306.87º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B812A5 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 165 -
CMYK 0 0.90 0.10 0.28
HSL 306.87º 0.82% 0.4% -
HSV(B) 306.87º 0.9% 0.72% -
XYZ 26.78 13.34 36.76 -
YUV 84.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 184 18 165 0 0.90 0.10 0.28 306.87 0.82 0.4
Hex B8 12 A5 0 5A A 1C 133 52 28
Octal 270 22 245 0 132 12 34 463 122 50
Binary 10111000 10010 10100101 0 1011010 1010 11100 100110011 1010010 101000

Color Harmonies of #B812A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812A5

Black with #B812A5

Text Example


Text Example

White with #B812A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812A5; }

 p { color: rgb(184,18,165); }

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

background-color css

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

 a { background-color: rgb(184,18,165); }

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

border-color css

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

 span { border-color: rgb(184,18,165); }

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