Html Css Color HEX #B92B7D Medium Red Violet

📋 copy color: '#B92B7D'

red 185 ◦ green 43 ◦ blue 125

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

Shades of Medium Red Violet #B92B7D

Tints of Medium Red Violet #B92B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.18%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 52.41%
G = 12.18%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B92B7D (or 0xB92B7D) is known color: Medium Red Violet. HEX triplet: B9, 2B and 7D. RGB value is (185,43,125). Sum of RGB (Red+Green+Blue) = 185+43+125=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92B7D is #46D482. Grayscale: #5E5E5E. Windows color (decimal): -4641923 or 8203193. OLE color: 8203193.

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

Color convert

RGB 185 43 125 -
CMYK 0 0.77 0.32 0.27
HSL 325.35º 0.62% 0.45% -
HSV(B) 325.35º 0.77% 0.73% -
XYZ 24.57 13.52 20.72 -
YUV 94.81 145.04 192.33 -
System Red Green Blue C M Y K H S L
Decimal 185 43 125 0 0.77 0.32 0.27 325.35 0.62 0.45
Hex B9 2B 7D 0 4D 20 1B 145 3E 2D
Octal 271 53 175 0 115 40 33 505 76 55
Binary 10111001 101011 1111101 0 1001101 100000 11011 101000101 111110 101101

Color Harmonies of #B92B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B7D

Black with #B92B7D

Text Example


Text Example

White with #B92B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B7D; }

 p { color: rgb(185,43,125); }

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

background-color css

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

 a { background-color: rgb(185,43,125); }

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

border-color css

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

 span { border-color: rgb(185,43,125); }

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