Html Css Color HEX #B92F9D Medium Red Violet

📋 copy color: '#B92F9D'

red 185 ◦ green 47 ◦ blue 157

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

Shades of Medium Red Violet #B92F9D

Tints of Medium Red Violet #B92F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 47.56%
G = 12.08%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B92F9D (or 0xB92F9D) is known color: Medium Red Violet. HEX triplet: B9, 2F and 9D. RGB value is (185,47,157). Sum of RGB (Red+Green+Blue) = 185+47+157=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92F9D is #46D062. Grayscale: #646464. Windows color (decimal): -4640867 or 10301369. OLE color: 10301369.

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

Color convert

RGB 185 47 157 -
CMYK 0 0.75 0.15 0.27
HSL 312.17º 0.59% 0.45% -
HSV(B) 312.17º 0.75% 0.73% -
XYZ 27.11 14.78 33.32 -
YUV 100.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 185 47 157 0 0.75 0.15 0.27 312.17 0.59 0.45
Hex B9 2F 9D 0 4B F 1B 138 3B 2D
Octal 271 57 235 0 113 17 33 470 73 55
Binary 10111001 101111 10011101 0 1001011 1111 11011 100111000 111011 101101

Color Harmonies of #B92F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92F9D

Black with #B92F9D

Text Example


Text Example

White with #B92F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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