Html Css Color HEX #B218A9 Medium Violet Red

📋 copy color: '#B218A9'

red 178 ◦ green 24 ◦ blue 169

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

Shades of Medium Violet Red #B218A9

Tints of Medium Violet Red #B218A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 45.55%

R = 47.98%
G = 6.47%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B218A9 (or 0xB218A9) is known color: Medium Violet Red. HEX triplet: B2, 18 and A9. RGB value is (178,24,169). Sum of RGB (Red+Green+Blue) = 178+24+169=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B218A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218A9 is #4DE756. Grayscale: #565656. Windows color (decimal): -5105495 or 11081906. OLE color: 11081906.

HSL color Cylindrical-coordinate representation of color #B218A9: hue angle of 303.51º 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 #B218A9 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 169 -
CMYK 0 0.87 0.05 0.30
HSL 303.51º 0.76% 0.4% -
HSV(B) 303.51º 0.87% 0.7% -
XYZ 25.85 12.98 38.68 -
YUV 86.58 174.52 193.21 -
System Red Green Blue C M Y K H S L
Decimal 178 24 169 0 0.87 0.05 0.30 303.51 0.76 0.4
Hex B2 18 A9 0 57 5 1E 130 4C 28
Octal 262 30 251 0 127 5 36 460 114 50
Binary 10110010 11000 10101001 0 1010111 101 11110 100110000 1001100 101000

Color Harmonies of #B218A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218A9

Black with #B218A9

Text Example


Text Example

White with #B218A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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