Html Css Color HEX #B74D8D Mulberry

📋 copy color: '#B74D8D'

red 183 ◦ green 77 ◦ blue 141

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

Shades of Mulberry #B74D8D

Tints of Mulberry #B74D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.2%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 45.64%
G = 19.2%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B74D8D (or 0xB74D8D) is known color: Mulberry. HEX triplet: B7, 4D and 8D. RGB value is (183,77,141). Sum of RGB (Red+Green+Blue) = 183+77+141=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D8D is #48B272. Grayscale: #737373. Windows color (decimal): -4764275 or 9260471. OLE color: 9260471.

HSL color Cylindrical-coordinate representation of color #B74D8D: hue angle of 323.77º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D8D is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 77 141 -
CMYK 0 0.58 0.23 0.28
HSL 323.77º 0.42% 0.51% -
HSV(B) 323.77º 0.58% 0.72% -
XYZ 26.99 17.3 27.12 -
YUV 115.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 183 77 141 0 0.58 0.23 0.28 323.77 0.42 0.51
Hex B7 4D 8D 0 3A 17 1C 144 2A 33
Octal 267 115 215 0 72 27 34 504 52 63
Binary 10110111 1001101 10001101 0 111010 10111 11100 101000100 101010 110011

Color Harmonies of #B74D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74D8D

Black with #B74D8D

Text Example


Text Example

White with #B74D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74D8D; }

 p { color: rgb(183,77,141); }

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

background-color css

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

 a { background-color: rgb(183,77,141); }

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

border-color css

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

 span { border-color: rgb(183,77,141); }

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