Html Css Color HEX #B8216E Medium Red Violet

📋 copy color: '#B8216E'

red 184 ◦ green 33 ◦ blue 110

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

Shades of Medium Red Violet #B8216E

Tints of Medium Red Violet #B8216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 56.27%
G = 10.09%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8216E (or 0xB8216E) is known color: Medium Red Violet. HEX triplet: B8, 21 and 6E. RGB value is (184,33,110). Sum of RGB (Red+Green+Blue) = 184+33+110=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8216E is #47DE91. Grayscale: #565656. Windows color (decimal): -4710034 or 7217592. OLE color: 7217592.

HSL color Cylindrical-coordinate representation of color #B8216E: hue angle of 329.4º 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 #B8216E is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 110 -
CMYK 0 0.82 0.40 0.28
HSL 329.4º 0.7% 0.43% -
HSV(B) 329.4º 0.82% 0.72% -
XYZ 23.13 12.4 15.93 -
YUV 86.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 184 33 110 0 0.82 0.40 0.28 329.4 0.7 0.43
Hex B8 21 6E 0 52 28 1C 149 46 2B
Octal 270 41 156 0 122 50 34 511 106 53
Binary 10111000 100001 1101110 0 1010010 101000 11100 101001001 1000110 101011

Color Harmonies of #B8216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8216E

Black with #B8216E

Text Example


Text Example

White with #B8216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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