Html Css Color HEX #B74381 Medium Red Violet

📋 copy color: '#B74381'

red 183 ◦ green 67 ◦ blue 129

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

Shades of Medium Red Violet #B74381

Tints of Medium Red Violet #B74381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 48.28%
G = 17.68%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74381 (or 0xB74381) is known color: Medium Red Violet. HEX triplet: B7, 43 and 81. RGB value is (183,67,129). Sum of RGB (Red+Green+Blue) = 183+67+129=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B74381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74381 is #48BC7E. Grayscale: #6C6C6C. Windows color (decimal): -4766847 or 8471479. OLE color: 8471479.

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

Color convert

RGB 183 67 129 -
CMYK 0 0.63 0.30 0.28
HSL 327.93º 0.46% 0.49% -
HSV(B) 327.93º 0.63% 0.72% -
XYZ 25.5 15.67 22.45 -
YUV 108.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 183 67 129 0 0.63 0.30 0.28 327.93 0.46 0.49
Hex B7 43 81 0 3F 1E 1C 148 2E 31
Octal 267 103 201 0 77 36 34 510 56 61
Binary 10110111 1000011 10000001 0 111111 11110 11100 101001000 101110 110001

Color Harmonies of #B74381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74381

Black with #B74381

Text Example


Text Example

White with #B74381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74381; }

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

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

background-color css

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

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

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

border-color css

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

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

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