Html Css Color HEX #B814A5 Medium Violet Red

📋 copy color: '#B814A5'

red 184 ◦ green 20 ◦ blue 165

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

Shades of Medium Violet Red #B814A5

Tints of Medium Violet Red #B814A5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.42%

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

R = 49.86%
G = 5.42%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B814A5 (or 0xB814A5) is known color: Medium Violet Red. HEX triplet: B8, 14 and A5. RGB value is (184,20,165). Sum of RGB (Red+Green+Blue) = 184+20+165=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B814A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B814A5 is #47EB5A. Grayscale: #555555. Windows color (decimal): -4713307 or 10818744. OLE color: 10818744.

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

Color convert

RGB 184 20 165 -
CMYK 0 0.89 0.10 0.28
HSL 306.95º 0.8% 0.4% -
HSV(B) 306.95º 0.89% 0.72% -
XYZ 26.81 13.41 36.77 -
YUV 85.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 184 20 165 0 0.89 0.10 0.28 306.95 0.8 0.4
Hex B8 14 A5 0 59 A 1C 133 50 28
Octal 270 24 245 0 131 12 34 463 120 50
Binary 10111000 10100 10100101 0 1011001 1010 11100 100110011 1010000 101000

Color Harmonies of #B814A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814A5

Black with #B814A5

Text Example


Text Example

White with #B814A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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