Html Css Color HEX #B92B6C Medium Red Violet

📋 copy color: '#B92B6C'

red 185 ◦ green 43 ◦ blue 108

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

Shades of Medium Red Violet #B92B6C

Tints of Medium Red Violet #B92B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 55.06%
G = 12.8%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B92B6C (or 0xB92B6C) is known color: Medium Red Violet. HEX triplet: B9, 2B and 6C. RGB value is (185,43,108). Sum of RGB (Red+Green+Blue) = 185+43+108=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92B6C is #46D493. Grayscale: #5C5C5C. Windows color (decimal): -4641940 or 7089081. OLE color: 7089081.

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

Color convert

RGB 185 43 108 -
CMYK 0 0.77 0.42 0.27
HSL 332.54º 0.62% 0.45% -
HSV(B) 332.54º 0.77% 0.73% -
XYZ 23.58 13.12 15.48 -
YUV 92.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 185 43 108 0 0.77 0.42 0.27 332.54 0.62 0.45
Hex B9 2B 6C 0 4D 2A 1B 14D 3E 2D
Octal 271 53 154 0 115 52 33 515 76 55
Binary 10111001 101011 1101100 0 1001101 101010 11011 101001101 111110 101101

Color Harmonies of #B92B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B6C

Black with #B92B6C

Text Example


Text Example

White with #B92B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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