Html Css Color HEX #B9226B Medium Red Violet

📋 copy color: '#B9226B'

red 185 ◦ green 34 ◦ blue 107

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

Shades of Medium Red Violet #B9226B

Tints of Medium Red Violet #B9226B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 56.75%
G = 10.43%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9226B (or 0xB9226B) is known color: Medium Red Violet. HEX triplet: B9, 22 and 6B. RGB value is (185,34,107). Sum of RGB (Red+Green+Blue) = 185+34+107=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9226B is #46DD94. Grayscale: #575757. Windows color (decimal): -4644245 or 7021241. OLE color: 7021241.

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

Color convert

RGB 185 34 107 -
CMYK 0 0.82 0.42 0.27
HSL 330.99º 0.69% 0.43% -
HSV(B) 330.99º 0.82% 0.73% -
XYZ 23.23 12.52 15.1 -
YUV 87.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 185 34 107 0 0.82 0.42 0.27 330.99 0.69 0.43
Hex B9 22 6B 0 52 2A 1B 14B 45 2B
Octal 271 42 153 0 122 52 33 513 105 53
Binary 10111001 100010 1101011 0 1010010 101010 11011 101001011 1000101 101011

Color Harmonies of #B9226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9226B

Black with #B9226B

Text Example


Text Example

White with #B9226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9226B; }

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

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

background-color css

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

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

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

border-color css

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

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

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