Html Css Color HEX #B74280 Medium Red Violet

📋 copy color: '#B74280'

red 183 ◦ green 66 ◦ blue 128

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

Shades of Medium Red Violet #B74280

Tints of Medium Red Violet #B74280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

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

R = 48.54%
G = 17.51%
B = 33.95%

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

#B74280 (or 0xB74280) is known color: Medium Red Violet. HEX triplet: B7, 42 and 80. RGB value is (183,66,128). Sum of RGB (Red+Green+Blue) = 183+66+128=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B74280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74280 is #48BD7F. Grayscale: #6B6B6B. Windows color (decimal): -4767104 or 8405687. OLE color: 8405687.

HSL color Cylindrical-coordinate representation of color #B74280: hue angle of 328.21º degrees, saturation: 0.47, 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 #B74280 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 128 -
CMYK 0 0.64 0.30 0.28
HSL 328.21º 0.47% 0.49% -
HSV(B) 328.21º 0.64% 0.72% -
XYZ 25.37 15.52 22.08 -
YUV 108.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 183 66 128 0 0.64 0.30 0.28 328.21 0.47 0.49
Hex B7 42 80 0 40 1E 1C 148 2F 31
Octal 267 102 200 0 100 36 34 510 57 61
Binary 10110111 1000010 10000000 0 1000000 11110 11100 101001000 101111 110001

Color Harmonies of #B74280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74280

Black with #B74280

Text Example


Text Example

White with #B74280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74280; }

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

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

background-color css

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

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

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

border-color css

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

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

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