Html Css Color HEX #B74180 Medium Red Violet

📋 copy color: '#B74180'

red 183 ◦ green 65 ◦ blue 128

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

Shades of Medium Red Violet #B74180

Tints of Medium Red Violet #B74180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 48.67%
G = 17.29%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74180 (or 0xB74180) is known color: Medium Red Violet. HEX triplet: B7, 41 and 80. RGB value is (183,65,128). Sum of RGB (Red+Green+Blue) = 183+65+128=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B74180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74180 is #48BE7F. Grayscale: #6B6B6B. Windows color (decimal): -4767360 or 8405431. OLE color: 8405431.

HSL color Cylindrical-coordinate representation of color #B74180: hue angle of 327.97º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74180 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 128 -
CMYK 0 0.64 0.30 0.28
HSL 327.97º 0.48% 0.49% -
HSV(B) 327.97º 0.64% 0.72% -
XYZ 25.32 15.41 22.06 -
YUV 107.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 183 65 128 0 0.64 0.30 0.28 327.97 0.48 0.49
Hex B7 41 80 0 40 1E 1C 148 30 31
Octal 267 101 200 0 100 36 34 510 60 61
Binary 10110111 1000001 10000000 0 1000000 11110 11100 101001000 110000 110001

Color Harmonies of #B74180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74180

Black with #B74180

Text Example


Text Example

White with #B74180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74180; }

 p { color: rgb(183,65,128); }

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

background-color css

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

 a { background-color: rgb(183,65,128); }

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

border-color css

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

 span { border-color: rgb(183,65,128); }

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