Html Css Color HEX #B7347F Medium Red Violet

📋 copy color: '#B7347F'

red 183 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #B7347F

Tints of Medium Red Violet #B7347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 50.55%
G = 14.36%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7347F (or 0xB7347F) is known color: Medium Red Violet. HEX triplet: B7, 34 and 7F. RGB value is (183,52,127). Sum of RGB (Red+Green+Blue) = 183+52+127=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7347F is #48CB80. Grayscale: #636363. Windows color (decimal): -4770689 or 8336567. OLE color: 8336567.

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

Color convert

RGB 183 52 127 -
CMYK 0 0.72 0.31 0.28
HSL 325.65º 0.56% 0.46% -
HSV(B) 325.65º 0.72% 0.72% -
XYZ 24.59 14.06 21.5 -
YUV 99.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 183 52 127 0 0.72 0.31 0.28 325.65 0.56 0.46
Hex B7 34 7F 0 48 1F 1C 146 38 2E
Octal 267 64 177 0 110 37 34 506 70 56
Binary 10110111 110100 1111111 0 1001000 11111 11100 101000110 111000 101110

Color Harmonies of #B7347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7347F

Black with #B7347F

Text Example


Text Example

White with #B7347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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