Html Css Color HEX #B405A2 Medium Violet Red

📋 copy color: '#B405A2'

red 180 ◦ green 5 ◦ blue 162

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

Shades of Medium Violet Red #B405A2

Tints of Medium Violet Red #B405A2

RGB

 RED value IS 180 (70.7% from 255) = 51.87%

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 162 (63.67% from 255) = 46.69%

R = 51.87%
G = 1.44%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B405A2 (or 0xB405A2) is known color: Medium Violet Red. HEX triplet: B4, 05 and A2. RGB value is (180,5,162). Sum of RGB (Red+Green+Blue) = 180+5+162=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B405A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B405A2 is #4BFA5D. Grayscale: #4A4A4A. Windows color (decimal): -4979294 or 10618292. OLE color: 10618292.

HSL color Cylindrical-coordinate representation of color #B405A2: hue angle of 306.17º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B405A2 is Cyan = 0, Magento = 0.97, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 162 -
CMYK 0 0.97 0.1 0.29
HSL 306.17º 0.95% 0.36% -
HSV(B) 306.17º 0.97% 0.71% -
XYZ 25.4 12.42 35.24 -
YUV 75.22 176.98 202.73 -
System Red Green Blue C M Y K H S L
Decimal 180 5 162 0 0.97 0.1 0.29 306.17 0.95 0.36
Hex B4 5 A2 0 61 A 1D 132 5F 24
Octal 264 5 242 0 141 12 35 462 137 44
Binary 10110100 101 10100010 0 1100001 1010 11101 100110010 1011111 100100

Color Harmonies of #B405A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405A2

Black with #B405A2

Text Example


Text Example

White with #B405A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405A2; }

 p { color: rgb(180,5,162); }

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

background-color css

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

 a { background-color: rgb(180,5,162); }

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

border-color css

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

 span { border-color: rgb(180,5,162); }

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