Html Css Color HEX #B803A1 Medium Violet Red

📋 copy color: '#B803A1'

red 184 ◦ green 3 ◦ blue 161

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

Shades of Medium Violet Red #B803A1

Tints of Medium Violet Red #B803A1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 161 (63.28% from 255) = 46.26%

R = 52.87%
G = 0.86%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B803A1 (or 0xB803A1) is known color: Medium Violet Red. HEX triplet: B8, 03 and A1. RGB value is (184,3,161). Sum of RGB (Red+Green+Blue) = 184+3+161=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B803A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B803A1 is #47FC5E. Grayscale: #4A4A4A. Windows color (decimal): -4717663 or 10552248. OLE color: 10552248.

HSL color Cylindrical-coordinate representation of color #B803A1: hue angle of 307.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B803A1 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 161 -
CMYK 0 0.98 0.12 0.28
HSL 307.62º 0.97% 0.37% -
HSV(B) 307.62º 0.98% 0.72% -
XYZ 26.23 12.83 34.81 -
YUV 75.13 176.47 205.65 -
System Red Green Blue C M Y K H S L
Decimal 184 3 161 0 0.98 0.12 0.28 307.62 0.97 0.37
Hex B8 3 A1 0 62 C 1C 134 61 25
Octal 270 3 241 0 142 14 34 464 141 45
Binary 10111000 11 10100001 0 1100010 1100 11100 100110100 1100001 100101

Color Harmonies of #B803A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B803A1

Black with #B803A1

Text Example


Text Example

White with #B803A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B803A1; }

 p { color: rgb(184,3,161); }

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

background-color css

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

 a { background-color: rgb(184,3,161); }

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

border-color css

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

 span { border-color: rgb(184,3,161); }

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