Html Css Color HEX #B7348E Medium Red Violet

📋 copy color: '#B7348E'

red 183 ◦ green 52 ◦ blue 142

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

Shades of Medium Red Violet #B7348E

Tints of Medium Red Violet #B7348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 48.54%
G = 13.79%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7348E (or 0xB7348E) is known color: Medium Red Violet. HEX triplet: B7, 34 and 8E. RGB value is (183,52,142). Sum of RGB (Red+Green+Blue) = 183+52+142=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7348E is #48CB71. Grayscale: #656565. Windows color (decimal): -4770674 or 9319607. OLE color: 9319607.

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

Color convert

RGB 183 52 142 -
CMYK 0 0.72 0.22 0.28
HSL 318.78º 0.56% 0.46% -
HSV(B) 318.78º 0.72% 0.72% -
XYZ 25.64 14.48 27.03 -
YUV 101.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 183 52 142 0 0.72 0.22 0.28 318.78 0.56 0.46
Hex B7 34 8E 0 48 16 1C 13F 38 2E
Octal 267 64 216 0 110 26 34 477 70 56
Binary 10110111 110100 10001110 0 1001000 10110 11100 100111111 111000 101110

Color Harmonies of #B7348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7348E

Black with #B7348E

Text Example


Text Example

White with #B7348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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