Html Css Color HEX #B93982 Medium Red Violet

📋 copy color: '#B93982'

red 185 ◦ green 57 ◦ blue 130

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

Shades of Medium Red Violet #B93982

Tints of Medium Red Violet #B93982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.32%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 49.73%
G = 15.32%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B93982 (or 0xB93982) is known color: Medium Red Violet. HEX triplet: B9, 39 and 82. RGB value is (185,57,130). Sum of RGB (Red+Green+Blue) = 185+57+130=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B93982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93982 is #46C67D. Grayscale: #676767. Windows color (decimal): -4638334 or 8534457. OLE color: 8534457.

HSL color Cylindrical-coordinate representation of color #B93982: hue angle of 325.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93982 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 130 -
CMYK 0 0.69 0.30 0.27
HSL 325.78º 0.53% 0.47% -
HSV(B) 325.78º 0.69% 0.73% -
XYZ 25.5 14.85 22.64 -
YUV 103.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 185 57 130 0 0.69 0.30 0.27 325.78 0.53 0.47
Hex B9 39 82 0 45 1E 1B 146 35 2F
Octal 271 71 202 0 105 36 33 506 65 57
Binary 10111001 111001 10000010 0 1000101 11110 11011 101000110 110101 101111

Color Harmonies of #B93982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93982

Black with #B93982

Text Example


Text Example

White with #B93982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93982; }

 p { color: rgb(185,57,130); }

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

background-color css

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

 a { background-color: rgb(185,57,130); }

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

border-color css

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

 span { border-color: rgb(185,57,130); }

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