Html Css Color HEX #B408A2 Medium Violet Red

📋 copy color: '#B408A2'

red 180 ◦ green 8 ◦ blue 162

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

Shades of Medium Violet Red #B408A2

Tints of Medium Violet Red #B408A2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 51.43%
G = 2.29%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B408A2 (or 0xB408A2) is known color: Medium Violet Red. HEX triplet: B4, 08 and A2. RGB value is (180,8,162). Sum of RGB (Red+Green+Blue) = 180+8+162=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B408A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B408A2 is #4BF75D. Grayscale: #4C4C4C. Windows color (decimal): -4978526 or 10619060. OLE color: 10619060.

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

Color convert

RGB 180 8 162 -
CMYK 0 0.96 0.1 0.29
HSL 306.28º 0.91% 0.37% -
HSV(B) 306.28º 0.96% 0.71% -
XYZ 25.43 12.49 35.25 -
YUV 76.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 180 8 162 0 0.96 0.1 0.29 306.28 0.91 0.37
Hex B4 8 A2 0 60 A 1D 132 5B 25
Octal 264 10 242 0 140 12 35 462 133 45
Binary 10110100 1000 10100010 0 1100000 1010 11101 100110010 1011011 100101

Color Harmonies of #B408A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408A2

Black with #B408A2

Text Example


Text Example

White with #B408A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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