Html Css Color HEX #B9229A Medium Red Violet

📋 copy color: '#B9229A'

red 185 ◦ green 34 ◦ blue 154

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

Shades of Medium Red Violet #B9229A

Tints of Medium Red Violet #B9229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 49.6%
G = 9.12%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9229A (or 0xB9229A) is known color: Medium Red Violet. HEX triplet: B9, 22 and 9A. RGB value is (185,34,154). Sum of RGB (Red+Green+Blue) = 185+34+154=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9229A is #46DD65. Grayscale: #5C5C5C. Windows color (decimal): -4644198 or 10101433. OLE color: 10101433.

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

Color convert

RGB 185 34 154 -
CMYK 0 0.82 0.17 0.27
HSL 312.32º 0.69% 0.43% -
HSV(B) 312.32º 0.82% 0.73% -
XYZ 26.41 13.79 31.84 -
YUV 92.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 185 34 154 0 0.82 0.17 0.27 312.32 0.69 0.43
Hex B9 22 9A 0 52 11 1B 138 45 2B
Octal 271 42 232 0 122 21 33 470 105 53
Binary 10111001 100010 10011010 0 1010010 10001 11011 100111000 1000101 101011

Color Harmonies of #B9229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9229A

Black with #B9229A

Text Example


Text Example

White with #B9229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9229A; }

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

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

background-color css

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

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

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

border-color css

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

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

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