Html Css Color HEX #B7328F Medium Red Violet

📋 copy color: '#B7328F'

red 183 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #B7328F

Tints of Medium Red Violet #B7328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 48.67%
G = 13.3%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7328F (or 0xB7328F) is known color: Medium Red Violet. HEX triplet: B7, 32 and 8F. RGB value is (183,50,143). Sum of RGB (Red+Green+Blue) = 183+50+143=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7328F is #48CD70. Grayscale: #646464. Windows color (decimal): -4771185 or 9384631. OLE color: 9384631.

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

Color convert

RGB 183 50 143 -
CMYK 0 0.73 0.22 0.28
HSL 318.05º 0.57% 0.46% -
HSV(B) 318.05º 0.73% 0.72% -
XYZ 25.63 14.33 27.4 -
YUV 100.37 152.06 186.94 -
System Red Green Blue C M Y K H S L
Decimal 183 50 143 0 0.73 0.22 0.28 318.05 0.57 0.46
Hex B7 32 8F 0 49 16 1C 13E 39 2E
Octal 267 62 217 0 111 26 34 476 71 56
Binary 10110111 110010 10001111 0 1001001 10110 11100 100111110 111001 101110

Color Harmonies of #B7328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7328F

Black with #B7328F

Text Example


Text Example

White with #B7328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7328F; }

 p { color: rgb(183,50,143); }

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

background-color css

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

 a { background-color: rgb(183,50,143); }

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

border-color css

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

 span { border-color: rgb(183,50,143); }

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