Html Css Color HEX #B402A0 Medium Violet Red

📋 copy color: '#B402A0'

red 180 ◦ green 2 ◦ blue 160

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

Shades of Medium Violet Red #B402A0

Tints of Medium Violet Red #B402A0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 160 (62.89% from 255) = 46.78%

R = 52.63%
G = 0.58%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B402A0 (or 0xB402A0) is known color: Medium Violet Red. HEX triplet: B4, 02 and A0. RGB value is (180,2,160). Sum of RGB (Red+Green+Blue) = 180+2+160=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B402A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B402A0 is #4BFD5F. Grayscale: #484848. Windows color (decimal): -4980064 or 10486452. OLE color: 10486452.

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

Color convert

RGB 180 2 160 -
CMYK 0 0.99 0.11 0.29
HSL 306.74º 0.98% 0.36% -
HSV(B) 306.74º 0.99% 0.71% -
XYZ 25.19 12.28 34.3 -
YUV 73.23 176.97 204.15 -
System Red Green Blue C M Y K H S L
Decimal 180 2 160 0 0.99 0.11 0.29 306.74 0.98 0.36
Hex B4 2 A0 0 63 B 1D 133 62 24
Octal 264 2 240 0 143 13 35 463 142 44
Binary 10110100 10 10100000 0 1100011 1011 11101 100110011 1100010 100100

Color Harmonies of #B402A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B402A0

Black with #B402A0

Text Example


Text Example

White with #B402A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B402A0; }

 p { color: rgb(180,2,160); }

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

background-color css

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

 a { background-color: rgb(180,2,160); }

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

border-color css

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

 span { border-color: rgb(180,2,160); }

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