Html Css Color HEX #B9227A Medium Red Violet

📋 copy color: '#B9227A'

red 185 ◦ green 34 ◦ blue 122

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

Shades of Medium Red Violet #B9227A

Tints of Medium Red Violet #B9227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 54.25%
G = 9.97%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9227A (or 0xB9227A) is known color: Medium Red Violet. HEX triplet: B9, 22 and 7A. RGB value is (185,34,122). Sum of RGB (Red+Green+Blue) = 185+34+122=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9227A is #46DD85. Grayscale: #585858. Windows color (decimal): -4644230 or 8004281. OLE color: 8004281.

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

Color convert

RGB 185 34 122 -
CMYK 0 0.82 0.34 0.27
HSL 325.03º 0.69% 0.43% -
HSV(B) 325.03º 0.82% 0.73% -
XYZ 24.09 12.86 19.63 -
YUV 89.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 185 34 122 0 0.82 0.34 0.27 325.03 0.69 0.43
Hex B9 22 7A 0 52 22 1B 145 45 2B
Octal 271 42 172 0 122 42 33 505 105 53
Binary 10111001 100010 1111010 0 1010010 100010 11011 101000101 1000101 101011

Color Harmonies of #B9227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9227A

Black with #B9227A

Text Example


Text Example

White with #B9227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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