Html Css Color HEX #B218A6 Medium Violet Red

📋 copy color: '#B218A6'

red 178 ◦ green 24 ◦ blue 166

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

Shades of Medium Violet Red #B218A6

Tints of Medium Violet Red #B218A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.11%

R = 48.37%
G = 6.52%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B218A6 (or 0xB218A6) is known color: Medium Violet Red. HEX triplet: B2, 18 and A6. RGB value is (178,24,166). Sum of RGB (Red+Green+Blue) = 178+24+166=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B218A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218A6 is #4DE759. Grayscale: #555555. Windows color (decimal): -5105498 or 10885298. OLE color: 10885298.

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

Color convert

RGB 178 24 166 -
CMYK 0 0.87 0.07 0.30
HSL 304.68º 0.76% 0.4% -
HSV(B) 304.68º 0.87% 0.7% -
XYZ 25.57 12.87 37.21 -
YUV 86.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 178 24 166 0 0.87 0.07 0.30 304.68 0.76 0.4
Hex B2 18 A6 0 57 7 1E 131 4C 28
Octal 262 30 246 0 127 7 36 461 114 50
Binary 10110010 11000 10100110 0 1010111 111 11110 100110001 1001100 101000

Color Harmonies of #B218A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218A6

Black with #B218A6

Text Example


Text Example

White with #B218A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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