Html Css Color HEX #B9218A Medium Violet Red

📋 copy color: '#B9218A'

red 185 ◦ green 33 ◦ blue 138

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

Shades of Medium Violet Red #B9218A

Tints of Medium Violet Red #B9218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 51.97%
G = 9.27%
B = 38.76%

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

#B9218A (or 0xB9218A) is known color: Medium Violet Red. HEX triplet: B9, 21 and 8A. RGB value is (185,33,138). Sum of RGB (Red+Green+Blue) = 185+33+138=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B9218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9218A is #46DE75. Grayscale: #5A5A5A. Windows color (decimal): -4644470 or 9052601. OLE color: 9052601.

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

Color convert

RGB 185 33 138 -
CMYK 0 0.82 0.25 0.27
HSL 318.55º 0.7% 0.43% -
HSV(B) 318.55º 0.82% 0.73% -
XYZ 25.14 13.24 25.27 -
YUV 90.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 185 33 138 0 0.82 0.25 0.27 318.55 0.7 0.43
Hex B9 21 8A 0 52 19 1B 13F 46 2B
Octal 271 41 212 0 122 31 33 477 106 53
Binary 10111001 100001 10001010 0 1010010 11001 11011 100111111 1000110 101011

Color Harmonies of #B9218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9218A

Black with #B9218A

Text Example


Text Example

White with #B9218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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