Html Css Color HEX #B9228A Medium Red Violet

📋 copy color: '#B9228A'

red 185 ◦ green 34 ◦ blue 138

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

Shades of Medium Red Violet #B9228A

Tints of Medium Red Violet #B9228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 51.82%
G = 9.52%
B = 38.66%

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

#B9228A (or 0xB9228A) is known color: Medium Red Violet. HEX triplet: B9, 22 and 8A. RGB value is (185,34,138). Sum of RGB (Red+Green+Blue) = 185+34+138=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9228A is #46DD75. Grayscale: #5A5A5A. Windows color (decimal): -4644214 or 9052857. OLE color: 9052857.

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

Color convert

RGB 185 34 138 -
CMYK 0 0.82 0.25 0.27
HSL 318.68º 0.69% 0.43% -
HSV(B) 318.68º 0.82% 0.73% -
XYZ 25.17 13.29 25.28 -
YUV 91.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 185 34 138 0 0.82 0.25 0.27 318.68 0.69 0.43
Hex B9 22 8A 0 52 19 1B 13F 45 2B
Octal 271 42 212 0 122 31 33 477 105 53
Binary 10111001 100010 10001010 0 1010010 11001 11011 100111111 1000101 101011

Color Harmonies of #B9228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9228A

Black with #B9228A

Text Example


Text Example

White with #B9228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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