Html Css Color HEX #B92E7A Medium Red Violet

📋 copy color: '#B92E7A'

red 185 ◦ green 46 ◦ blue 122

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

Shades of Medium Red Violet #B92E7A

Tints of Medium Red Violet #B92E7A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.03%

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

R = 52.41%
G = 13.03%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B92E7A (or 0xB92E7A) is known color: Medium Red Violet. HEX triplet: B9, 2E and 7A. RGB value is (185,46,122). Sum of RGB (Red+Green+Blue) = 185+46+122=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92E7A is #46D185. Grayscale: #606060. Windows color (decimal): -4641158 or 8007353. OLE color: 8007353.

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

Color convert

RGB 185 46 122 -
CMYK 0 0.75 0.34 0.27
HSL 327.19º 0.6% 0.45% -
HSV(B) 327.19º 0.75% 0.73% -
XYZ 24.5 13.67 19.76 -
YUV 96.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 185 46 122 0 0.75 0.34 0.27 327.19 0.6 0.45
Hex B9 2E 7A 0 4B 22 1B 147 3C 2D
Octal 271 56 172 0 113 42 33 507 74 55
Binary 10111001 101110 1111010 0 1001011 100010 11011 101000111 111100 101101

Color Harmonies of #B92E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92E7A

Black with #B92E7A

Text Example


Text Example

White with #B92E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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