Html Css Color HEX #B92A6D Medium Red Violet

📋 copy color: '#B92A6D'

red 185 ◦ green 42 ◦ blue 109

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

Shades of Medium Red Violet #B92A6D

Tints of Medium Red Violet #B92A6D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.5%

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

R = 55.06%
G = 12.5%
B = 32.44%

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

#B92A6D (or 0xB92A6D) is known color: Medium Red Violet. HEX triplet: B9, 2A and 6D. RGB value is (185,42,109). Sum of RGB (Red+Green+Blue) = 185+42+109=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92A6D is #46D592. Grayscale: #5C5C5C. Windows color (decimal): -4642195 or 7154361. OLE color: 7154361.

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

Color convert

RGB 185 42 109 -
CMYK 0 0.77 0.41 0.27
HSL 331.89º 0.63% 0.45% -
HSV(B) 331.89º 0.77% 0.73% -
XYZ 23.6 13.07 15.75 -
YUV 92.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 185 42 109 0 0.77 0.41 0.27 331.89 0.63 0.45
Hex B9 2A 6D 0 4D 29 1B 14C 3F 2D
Octal 271 52 155 0 115 51 33 514 77 55
Binary 10111001 101010 1101101 0 1001101 101001 11011 101001100 111111 101101

Color Harmonies of #B92A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A6D

Black with #B92A6D

Text Example


Text Example

White with #B92A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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