Html Css Color HEX #B9226D Medium Red Violet

📋 copy color: '#B9226D'

red 185 ◦ green 34 ◦ blue 109

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

Shades of Medium Red Violet #B9226D

Tints of Medium Red Violet #B9226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 56.4%
G = 10.37%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9226D (or 0xB9226D) is known color: Medium Red Violet. HEX triplet: B9, 22 and 6D. RGB value is (185,34,109). Sum of RGB (Red+Green+Blue) = 185+34+109=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9226D is #46DD92. Grayscale: #575757. Windows color (decimal): -4644243 or 7152313. OLE color: 7152313.

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

Color convert

RGB 185 34 109 -
CMYK 0 0.82 0.41 0.27
HSL 330.2º 0.69% 0.43% -
HSV(B) 330.2º 0.82% 0.73% -
XYZ 23.34 12.56 15.66 -
YUV 87.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 185 34 109 0 0.82 0.41 0.27 330.2 0.69 0.43
Hex B9 22 6D 0 52 29 1B 14A 45 2B
Octal 271 42 155 0 122 51 33 512 105 53
Binary 10111001 100010 1101101 0 1010010 101001 11011 101001010 1000101 101011

Color Harmonies of #B9226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9226D

Black with #B9226D

Text Example


Text Example

White with #B9226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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