Html Css Color HEX #B420A6 Medium Violet Red

📋 copy color: '#B420A6'

red 180 ◦ green 32 ◦ blue 166

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

Shades of Medium Violet Red #B420A6

Tints of Medium Violet Red #B420A6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.47%

 BLUE value IS 166 (65.23% from 255) = 43.92%

R = 47.62%
G = 8.47%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B420A6 (or 0xB420A6) is known color: Medium Violet Red. HEX triplet: B4, 20 and A6. RGB value is (180,32,166). Sum of RGB (Red+Green+Blue) = 180+32+166=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B420A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B420A6 is #4BDF59. Grayscale: #5B5B5B. Windows color (decimal): -4972378 or 10887348. OLE color: 10887348.

HSL color Cylindrical-coordinate representation of color #B420A6: hue angle of 305.68º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B420A6 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 32 166 -
CMYK 0 0.82 0.08 0.29
HSL 305.68º 0.7% 0.42% -
HSV(B) 305.68º 0.82% 0.71% -
XYZ 26.22 13.49 37.3 -
YUV 91.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 180 32 166 0 0.82 0.08 0.29 305.68 0.7 0.42
Hex B4 20 A6 0 52 8 1D 132 46 2A
Octal 264 40 246 0 122 10 35 462 106 52
Binary 10110100 100000 10100110 0 1010010 1000 11101 100110010 1000110 101010

Color Harmonies of #B420A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420A6

Black with #B420A6

Text Example


Text Example

White with #B420A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420A6; }

 p { color: rgb(180,32,166); }

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

background-color css

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

 a { background-color: rgb(180,32,166); }

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

border-color css

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

 span { border-color: rgb(180,32,166); }

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