Html Css Color HEX #B74382 Medium Red Violet

📋 copy color: '#B74382'

red 183 ◦ green 67 ◦ blue 130

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

Shades of Medium Red Violet #B74382

Tints of Medium Red Violet #B74382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 48.16%
G = 17.63%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B74382 (or 0xB74382) is known color: Medium Red Violet. HEX triplet: B7, 43 and 82. RGB value is (183,67,130). Sum of RGB (Red+Green+Blue) = 183+67+130=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B74382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74382 is #48BC7D. Grayscale: #6C6C6C. Windows color (decimal): -4766846 or 8537015. OLE color: 8537015.

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

Color convert

RGB 183 67 130 -
CMYK 0 0.63 0.29 0.28
HSL 327.41º 0.46% 0.49% -
HSV(B) 327.41º 0.63% 0.72% -
XYZ 25.56 15.69 22.8 -
YUV 108.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 183 67 130 0 0.63 0.29 0.28 327.41 0.46 0.49
Hex B7 43 82 0 3F 1D 1C 147 2E 31
Octal 267 103 202 0 77 35 34 507 56 61
Binary 10110111 1000011 10000010 0 111111 11101 11100 101000111 101110 110001

Color Harmonies of #B74382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74382

Black with #B74382

Text Example


Text Example

White with #B74382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74382; }

 p { color: rgb(183,67,130); }

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

background-color css

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

 a { background-color: rgb(183,67,130); }

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

border-color css

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

 span { border-color: rgb(183,67,130); }

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