Html Css Color HEX #B218A4 Medium Violet Red

📋 copy color: '#B218A4'

red 178 ◦ green 24 ◦ blue 164

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

Shades of Medium Violet Red #B218A4

Tints of Medium Violet Red #B218A4

RGB

 RED value IS 178 (69.92% from 255) = 48.63%

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

 BLUE value IS 164 (64.45% from 255) = 44.81%

R = 48.63%
G = 6.56%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B218A4 (or 0xB218A4) is known color: Medium Violet Red. HEX triplet: B2, 18 and A4. RGB value is (178,24,164). Sum of RGB (Red+Green+Blue) = 178+24+164=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B218A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218A4 is #4DE75B. Grayscale: #555555. Windows color (decimal): -5105500 or 10754226. OLE color: 10754226.

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

Color convert

RGB 178 24 164 -
CMYK 0 0.87 0.08 0.30
HSL 305.45º 0.76% 0.4% -
HSV(B) 305.45º 0.87% 0.7% -
XYZ 25.39 12.8 36.25 -
YUV 86.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 178 24 164 0 0.87 0.08 0.30 305.45 0.76 0.4
Hex B2 18 A4 0 57 8 1E 131 4C 28
Octal 262 30 244 0 127 10 36 461 114 50
Binary 10110010 11000 10100100 0 1010111 1000 11110 100110001 1001100 101000

Color Harmonies of #B218A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218A4

Black with #B218A4

Text Example


Text Example

White with #B218A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218A4; }

 p { color: rgb(178,24,164); }

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

background-color css

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

 a { background-color: rgb(178,24,164); }

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

border-color css

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

 span { border-color: rgb(178,24,164); }

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