Html Css Color HEX #B9229D Medium Violet Red

📋 copy color: '#B9229D'

red 185 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #B9229D

Tints of Medium Violet Red #B9229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.04%

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 49.2%
G = 9.04%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9229D (or 0xB9229D) is known color: Medium Violet Red. HEX triplet: B9, 22 and 9D. RGB value is (185,34,157). Sum of RGB (Red+Green+Blue) = 185+34+157=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9229D is #46DD62. Grayscale: #5C5C5C. Windows color (decimal): -4644195 or 10298041. OLE color: 10298041.

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

Color convert

RGB 185 34 157 -
CMYK 0 0.82 0.15 0.27
HSL 311.13º 0.69% 0.43% -
HSV(B) 311.13º 0.82% 0.73% -
XYZ 26.67 13.89 33.17 -
YUV 93.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 185 34 157 0 0.82 0.15 0.27 311.13 0.69 0.43
Hex B9 22 9D 0 52 F 1B 137 45 2B
Octal 271 42 235 0 122 17 33 467 105 53
Binary 10111001 100010 10011101 0 1010010 1111 11011 100110111 1000101 101011

Color Harmonies of #B9229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9229D

Black with #B9229D

Text Example


Text Example

White with #B9229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9229D; }

 p { color: rgb(185,34,157); }

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

background-color css

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

 a { background-color: rgb(185,34,157); }

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

border-color css

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

 span { border-color: rgb(185,34,157); }

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