Html Css Color HEX #B92F8C Medium Red Violet

📋 copy color: '#B92F8C'

red 185 ◦ green 47 ◦ blue 140

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

Shades of Medium Red Violet #B92F8C

Tints of Medium Red Violet #B92F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.63%

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 49.73%
G = 12.63%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B92F8C (or 0xB92F8C) is known color: Medium Red Violet. HEX triplet: B9, 2F and 8C. RGB value is (185,47,140). Sum of RGB (Red+Green+Blue) = 185+47+140=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92F8C is #46D073. Grayscale: #626262. Windows color (decimal): -4640884 or 9187257. OLE color: 9187257.

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

Color convert

RGB 185 47 140 -
CMYK 0 0.75 0.24 0.27
HSL 319.57º 0.59% 0.45% -
HSV(B) 319.57º 0.75% 0.73% -
XYZ 25.76 14.24 26.2 -
YUV 98.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 185 47 140 0 0.75 0.24 0.27 319.57 0.59 0.45
Hex B9 2F 8C 0 4B 18 1B 140 3B 2D
Octal 271 57 214 0 113 30 33 500 73 55
Binary 10111001 101111 10001100 0 1001011 11000 11011 101000000 111011 101101

Color Harmonies of #B92F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92F8C

Black with #B92F8C

Text Example


Text Example

White with #B92F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92F8C; }

 p { color: rgb(185,47,140); }

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

background-color css

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

 a { background-color: rgb(185,47,140); }

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

border-color css

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

 span { border-color: rgb(185,47,140); }

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