Html Css Color HEX #B9228B Medium Red Violet

📋 copy color: '#B9228B'

red 185 ◦ green 34 ◦ blue 139

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

Shades of Medium Red Violet #B9228B

Tints of Medium Red Violet #B9228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 51.68%
G = 9.5%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9228B (or 0xB9228B) is known color: Medium Red Violet. HEX triplet: B9, 22 and 8B. RGB value is (185,34,139). Sum of RGB (Red+Green+Blue) = 185+34+139=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9228B is #46DD74. Grayscale: #5A5A5A. Windows color (decimal): -4644213 or 9118393. OLE color: 9118393.

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

Color convert

RGB 185 34 139 -
CMYK 0 0.82 0.25 0.27
HSL 318.28º 0.69% 0.43% -
HSV(B) 318.28º 0.82% 0.73% -
XYZ 25.24 13.32 25.67 -
YUV 91.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 185 34 139 0 0.82 0.25 0.27 318.28 0.69 0.43
Hex B9 22 8B 0 52 19 1B 13E 45 2B
Octal 271 42 213 0 122 31 33 476 105 53
Binary 10111001 100010 10001011 0 1010010 11001 11011 100111110 1000101 101011

Color Harmonies of #B9228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9228B

Black with #B9228B

Text Example


Text Example

White with #B9228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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