Html Css Color HEX #B9218B Medium Violet Red

📋 copy color: '#B9218B'

red 185 ◦ green 33 ◦ blue 139

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

Shades of Medium Violet Red #B9218B

Tints of Medium Violet Red #B9218B

RGB

 RED value IS 185 (72.66% from 255) = 51.82%

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

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 51.82%
G = 9.24%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9218B (or 0xB9218B) is known color: Medium Violet Red. HEX triplet: B9, 21 and 8B. RGB value is (185,33,139). Sum of RGB (Red+Green+Blue) = 185+33+139=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9218B is #46DE74. Grayscale: #5A5A5A. Windows color (decimal): -4644469 or 9118137. OLE color: 9118137.

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

Color convert

RGB 185 33 139 -
CMYK 0 0.82 0.25 0.27
HSL 318.16º 0.7% 0.43% -
HSV(B) 318.16º 0.82% 0.73% -
XYZ 25.21 13.27 25.66 -
YUV 90.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 185 33 139 0 0.82 0.25 0.27 318.16 0.7 0.43
Hex B9 21 8B 0 52 19 1B 13E 46 2B
Octal 271 41 213 0 122 31 33 476 106 53
Binary 10111001 100001 10001011 0 1010010 11001 11011 100111110 1000110 101011

Color Harmonies of #B9218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9218B

Black with #B9218B

Text Example


Text Example

White with #B9218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9218B; }

 p { color: rgb(185,33,139); }

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

background-color css

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

 a { background-color: rgb(185,33,139); }

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

border-color css

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

 span { border-color: rgb(185,33,139); }

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