Html Css Color HEX #B8218D Medium Violet Red

📋 copy color: '#B8218D'

red 184 ◦ green 33 ◦ blue 141

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

Shades of Medium Violet Red #B8218D

Tints of Medium Violet Red #B8218D

RGB

 RED value IS 184 (72.27% from 255) = 51.4%

 GREEN value IS 33 (13.28% from 255) = 9.22%

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 51.4%
G = 9.22%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8218D (or 0xB8218D) is known color: Medium Violet Red. HEX triplet: B8, 21 and 8D. RGB value is (184,33,141). Sum of RGB (Red+Green+Blue) = 184+33+141=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8218D is #47DE72. Grayscale: #5A5A5A. Windows color (decimal): -4710003 or 9249208. OLE color: 9249208.

HSL color Cylindrical-coordinate representation of color #B8218D: hue angle of 317.09º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8218D is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 141 -
CMYK 0 0.82 0.23 0.28
HSL 317.09º 0.7% 0.43% -
HSV(B) 317.09º 0.82% 0.72% -
XYZ 25.12 13.2 26.42 -
YUV 90.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 184 33 141 0 0.82 0.23 0.28 317.09 0.7 0.43
Hex B8 21 8D 0 52 17 1C 13D 46 2B
Octal 270 41 215 0 122 27 34 475 106 53
Binary 10111000 100001 10001101 0 1010010 10111 11100 100111101 1000110 101011

Color Harmonies of #B8218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8218D

Black with #B8218D

Text Example


Text Example

White with #B8218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8218D; }

 p { color: rgb(184,33,141); }

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

background-color css

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

 a { background-color: rgb(184,33,141); }

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

border-color css

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

 span { border-color: rgb(184,33,141); }

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