Html Css Color HEX #B92CAA Medium Red Violet

📋 copy color: '#B92CAA'

red 185 ◦ green 44 ◦ blue 170

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

Shades of Medium Red Violet #B92CAA

Tints of Medium Red Violet #B92CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.03%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 46.37%
G = 11.03%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B92CAA (or 0xB92CAA) is known color: Medium Red Violet. HEX triplet: B9, 2C and AA. RGB value is (185,44,170). Sum of RGB (Red+Green+Blue) = 185+44+170=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B92CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92CAA is #46D355. Grayscale: #646464. Windows color (decimal): -4641622 or 11152569. OLE color: 11152569.

HSL color Cylindrical-coordinate representation of color #B92CAA: hue angle of 306.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92CAA is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 44 170 -
CMYK 0 0.76 0.08 0.27
HSL 306.38º 0.62% 0.45% -
HSV(B) 306.38º 0.76% 0.73% -
XYZ 28.16 15.02 39.44 -
YUV 100.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 185 44 170 0 0.76 0.08 0.27 306.38 0.62 0.45
Hex B9 2C AA 0 4C 8 1B 132 3E 2D
Octal 271 54 252 0 114 10 33 462 76 55
Binary 10111001 101100 10101010 0 1001100 1000 11011 100110010 111110 101101

Color Harmonies of #B92CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92CAA

Black with #B92CAA

Text Example


Text Example

White with #B92CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92CAA; }

 p { color: rgb(185,44,170); }

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

background-color css

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

 a { background-color: rgb(185,44,170); }

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

border-color css

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

 span { border-color: rgb(185,44,170); }

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