Html Css Color HEX #B418A8 Medium Violet Red

📋 copy color: '#B418A8'

red 180 ◦ green 24 ◦ blue 168

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

Shades of Medium Violet Red #B418A8

Tints of Medium Violet Red #B418A8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.45%

 BLUE value IS 168 (66.02% from 255) = 45.16%

R = 48.39%
G = 6.45%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B418A8 (or 0xB418A8) is known color: Medium Violet Red. HEX triplet: B4, 18 and A8. RGB value is (180,24,168). Sum of RGB (Red+Green+Blue) = 180+24+168=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B418A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B418A8 is #4BE757. Grayscale: #565656. Windows color (decimal): -4974424 or 11016372. OLE color: 11016372.

HSL color Cylindrical-coordinate representation of color #B418A8: hue angle of 304.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B418A8 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 24 168 -
CMYK 0 0.87 0.07 0.29
HSL 304.62º 0.76% 0.4% -
HSV(B) 304.62º 0.87% 0.71% -
XYZ 26.22 13.18 38.21 -
YUV 87.06 173.68 194.29 -
System Red Green Blue C M Y K H S L
Decimal 180 24 168 0 0.87 0.07 0.29 304.62 0.76 0.4
Hex B4 18 A8 0 57 7 1D 131 4C 28
Octal 264 30 250 0 127 7 35 461 114 50
Binary 10110100 11000 10101000 0 1010111 111 11101 100110001 1001100 101000

Color Harmonies of #B418A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B418A8

Black with #B418A8

Text Example


Text Example

White with #B418A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B418A8; }

 p { color: rgb(180,24,168); }

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

background-color css

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

 a { background-color: rgb(180,24,168); }

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

border-color css

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

 span { border-color: rgb(180,24,168); }

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