Html Css Color HEX #B7358B Medium Red Violet

📋 copy color: '#B7358B'

red 183 ◦ green 53 ◦ blue 139

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

Shades of Medium Red Violet #B7358B

Tints of Medium Red Violet #B7358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 48.8%
G = 14.13%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B7358B (or 0xB7358B) is known color: Medium Red Violet. HEX triplet: B7, 35 and 8B. RGB value is (183,53,139). Sum of RGB (Red+Green+Blue) = 183+53+139=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7358B is #48CA74. Grayscale: #656565. Windows color (decimal): -4770421 or 9123255. OLE color: 9123255.

HSL color Cylindrical-coordinate representation of color #B7358B: hue angle of 320.31º 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 #B7358B is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 139 -
CMYK 0 0.71 0.24 0.28
HSL 320.31º 0.55% 0.46% -
HSV(B) 320.31º 0.71% 0.72% -
XYZ 25.46 14.48 25.88 -
YUV 101.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 183 53 139 0 0.71 0.24 0.28 320.31 0.55 0.46
Hex B7 35 8B 0 47 18 1C 140 37 2E
Octal 267 65 213 0 107 30 34 500 67 56
Binary 10110111 110101 10001011 0 1000111 11000 11100 101000000 110111 101110

Color Harmonies of #B7358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7358B

Black with #B7358B

Text Example


Text Example

White with #B7358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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