Html Css Color HEX #B92B6D Medium Red Violet

📋 copy color: '#B92B6D'

red 185 ◦ green 43 ◦ blue 109

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

Shades of Medium Red Violet #B92B6D

Tints of Medium Red Violet #B92B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 54.9%
G = 12.76%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B92B6D (or 0xB92B6D) is known color: Medium Red Violet. HEX triplet: B9, 2B and 6D. RGB value is (185,43,109). Sum of RGB (Red+Green+Blue) = 185+43+109=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92B6D is #46D492. Grayscale: #5C5C5C. Windows color (decimal): -4641939 or 7154617. OLE color: 7154617.

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

Color convert

RGB 185 43 109 -
CMYK 0 0.77 0.41 0.27
HSL 332.11º 0.62% 0.45% -
HSV(B) 332.11º 0.77% 0.73% -
XYZ 23.63 13.15 15.76 -
YUV 92.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 185 43 109 0 0.77 0.41 0.27 332.11 0.62 0.45
Hex B9 2B 6D 0 4D 29 1B 14C 3E 2D
Octal 271 53 155 0 115 51 33 514 76 55
Binary 10111001 101011 1101101 0 1001101 101001 11011 101001100 111110 101101

Color Harmonies of #B92B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B6D

Black with #B92B6D

Text Example


Text Example

White with #B92B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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