Html Css Color HEX #B92E7B Medium Red Violet

📋 copy color: '#B92E7B'

red 185 ◦ green 46 ◦ blue 123

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

Shades of Medium Red Violet #B92E7B

Tints of Medium Red Violet #B92E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 52.26%
G = 12.99%
B = 34.75%

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

#B92E7B (or 0xB92E7B) is known color: Medium Red Violet. HEX triplet: B9, 2E and 7B. RGB value is (185,46,123). Sum of RGB (Red+Green+Blue) = 185+46+123=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92E7B is #46D184. Grayscale: #606060. Windows color (decimal): -4641157 or 8072889. OLE color: 8072889.

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

Color convert

RGB 185 46 123 -
CMYK 0 0.75 0.34 0.27
HSL 326.76º 0.6% 0.45% -
HSV(B) 326.76º 0.75% 0.73% -
XYZ 24.56 13.7 20.09 -
YUV 96.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 185 46 123 0 0.75 0.34 0.27 326.76 0.6 0.45
Hex B9 2E 7B 0 4B 22 1B 147 3C 2D
Octal 271 56 173 0 113 42 33 507 74 55
Binary 10111001 101110 1111011 0 1001011 100010 11011 101000111 111100 101101

Color Harmonies of #B92E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92E7B

Black with #B92E7B

Text Example


Text Example

White with #B92E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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