Html Css Color HEX #B801A3 Medium Violet Red

📋 copy color: '#B801A3'

red 184 ◦ green 1 ◦ blue 163

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

Shades of Medium Violet Red #B801A3

Tints of Medium Violet Red #B801A3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 163 (64.06% from 255) = 46.84%

R = 52.87%
G = 0.29%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B801A3 (or 0xB801A3) is known color: Medium Violet Red. HEX triplet: B8, 01 and A3. RGB value is (184,1,163). Sum of RGB (Red+Green+Blue) = 184+1+163=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B801A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B801A3 is #47FE5C. Grayscale: #494949. Windows color (decimal): -4718173 or 10682808. OLE color: 10682808.

HSL color Cylindrical-coordinate representation of color #B801A3: hue angle of 306.89º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B801A3 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 163 -
CMYK 0 0.99 0.11 0.28
HSL 306.89º 0.99% 0.36% -
HSV(B) 306.89º 0.99% 0.72% -
XYZ 26.39 12.86 35.74 -
YUV 74.19 178.13 206.33 -
System Red Green Blue C M Y K H S L
Decimal 184 1 163 0 0.99 0.11 0.28 306.89 0.99 0.36
Hex B8 1 A3 0 63 B 1C 133 63 24
Octal 270 1 243 0 143 13 34 463 143 44
Binary 10111000 1 10100011 0 1100011 1011 11100 100110011 1100011 100100

Color Harmonies of #B801A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801A3

Black with #B801A3

Text Example


Text Example

White with #B801A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801A3; }

 p { color: rgb(184,1,163); }

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

background-color css

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

 a { background-color: rgb(184,1,163); }

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

border-color css

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

 span { border-color: rgb(184,1,163); }

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