Html Css Color HEX #B7358C Medium Red Violet

📋 copy color: '#B7358C'

red 183 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #B7358C

Tints of Medium Red Violet #B7358C

RGB

 RED value IS 183 (71.88% from 255) = 48.67%

 GREEN value IS 53 (21.09% from 255) = 14.1%

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 48.67%
G = 14.1%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7358C (or 0xB7358C) is known color: Medium Red Violet. HEX triplet: B7, 35 and 8C. RGB value is (183,53,140). Sum of RGB (Red+Green+Blue) = 183+53+140=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7358C is #48CA73. Grayscale: #656565. Windows color (decimal): -4770420 or 9188791. OLE color: 9188791.

HSL color Cylindrical-coordinate representation of color #B7358C: hue angle of 319.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7358C is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 140 -
CMYK 0 0.71 0.23 0.28
HSL 319.85º 0.55% 0.46% -
HSV(B) 319.85º 0.71% 0.72% -
XYZ 25.54 14.51 26.27 -
YUV 101.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 183 53 140 0 0.71 0.23 0.28 319.85 0.55 0.46
Hex B7 35 8C 0 47 17 1C 140 37 2E
Octal 267 65 214 0 107 27 34 500 67 56
Binary 10110111 110101 10001100 0 1000111 10111 11100 101000000 110111 101110

Color Harmonies of #B7358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7358C

Black with #B7358C

Text Example


Text Example

White with #B7358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7358C; }

 p { color: rgb(183,53,140); }

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

background-color css

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

 a { background-color: rgb(183,53,140); }

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

border-color css

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

 span { border-color: rgb(183,53,140); }

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