Html Css Color HEX #B414A8 Medium Violet Red

📋 copy color: '#B414A8'

red 180 ◦ green 20 ◦ blue 168

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

Shades of Medium Violet Red #B414A8

Tints of Medium Violet Red #B414A8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

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

R = 48.91%
G = 5.43%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B414A8 (or 0xB414A8) is known color: Medium Violet Red. HEX triplet: B4, 14 and A8. RGB value is (180,20,168). Sum of RGB (Red+Green+Blue) = 180+20+168=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 168 (66.02% from 255 or 45.65% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B414A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B414A8 is #4BEB57. Grayscale: #545454. Windows color (decimal): -4975448 or 11015348. OLE color: 11015348.

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

Color convert

RGB 180 20 168 -
CMYK 0 0.89 0.07 0.29
HSL 304.5º 0.8% 0.39% -
HSV(B) 304.5º 0.89% 0.71% -
XYZ 26.14 13.03 38.18 -
YUV 84.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 180 20 168 0 0.89 0.07 0.29 304.5 0.8 0.39
Hex B4 14 A8 0 59 7 1D 130 50 27
Octal 264 24 250 0 131 7 35 460 120 47
Binary 10110100 10100 10101000 0 1011001 111 11101 100110000 1010000 100111

Color Harmonies of #B414A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B414A8

Black with #B414A8

Text Example


Text Example

White with #B414A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B414A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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