Html Css Color HEX #B92B8D Medium Red Violet

📋 copy color: '#B92B8D'

red 185 ◦ green 43 ◦ blue 141

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

Shades of Medium Red Violet #B92B8D

Tints of Medium Red Violet #B92B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 50.14%
G = 11.65%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B92B8D (or 0xB92B8D) is known color: Medium Red Violet. HEX triplet: B9, 2B and 8D. RGB value is (185,43,141). Sum of RGB (Red+Green+Blue) = 185+43+141=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92B8D is #46D472. Grayscale: #606060. Windows color (decimal): -4641907 or 9251769. OLE color: 9251769.

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

Color convert

RGB 185 43 141 -
CMYK 0 0.77 0.24 0.27
HSL 318.59º 0.62% 0.45% -
HSV(B) 318.59º 0.77% 0.73% -
XYZ 25.68 13.97 26.54 -
YUV 96.63 153.04 191.03 -
System Red Green Blue C M Y K H S L
Decimal 185 43 141 0 0.77 0.24 0.27 318.59 0.62 0.45
Hex B9 2B 8D 0 4D 18 1B 13F 3E 2D
Octal 271 53 215 0 115 30 33 477 76 55
Binary 10111001 101011 10001101 0 1001101 11000 11011 100111111 111110 101101

Color Harmonies of #B92B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B8D

Black with #B92B8D

Text Example


Text Example

White with #B92B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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