Html Css Color HEX #B7347D Medium Red Violet

📋 copy color: '#B7347D'

red 183 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #B7347D

Tints of Medium Red Violet #B7347D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 50.83%
G = 14.44%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7347D (or 0xB7347D) is known color: Medium Red Violet. HEX triplet: B7, 34 and 7D. RGB value is (183,52,125). Sum of RGB (Red+Green+Blue) = 183+52+125=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7347D is #48CB82. Grayscale: #636363. Windows color (decimal): -4770691 or 8205495. OLE color: 8205495.

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

Color convert

RGB 183 52 125 -
CMYK 0 0.72 0.32 0.28
HSL 326.56º 0.56% 0.46% -
HSV(B) 326.56º 0.72% 0.72% -
XYZ 24.46 14 20.82 -
YUV 99.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 183 52 125 0 0.72 0.32 0.28 326.56 0.56 0.46
Hex B7 34 7D 0 48 20 1C 147 38 2E
Octal 267 64 175 0 110 40 34 507 70 56
Binary 10110111 110100 1111101 0 1001000 100000 11100 101000111 111000 101110

Color Harmonies of #B7347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7347D

Black with #B7347D

Text Example


Text Example

White with #B7347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7347D; }

 p { color: rgb(183,52,125); }

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

background-color css

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

 a { background-color: rgb(183,52,125); }

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

border-color css

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

 span { border-color: rgb(183,52,125); }

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