Html Css Color HEX #B74B8D Mulberry

📋 copy color: '#B74B8D'

red 183 ◦ green 75 ◦ blue 141

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

Shades of Mulberry #B74B8D

Tints of Mulberry #B74B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.8%

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

R = 45.86%
G = 18.8%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B74B8D (or 0xB74B8D) is known color: Mulberry. HEX triplet: B7, 4B and 8D. RGB value is (183,75,141). Sum of RGB (Red+Green+Blue) = 183+75+141=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B8D is #48B472. Grayscale: #727272. Windows color (decimal): -4764787 or 9259959. OLE color: 9259959.

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

Color convert

RGB 183 75 141 -
CMYK 0 0.59 0.23 0.28
HSL 323.33º 0.43% 0.51% -
HSV(B) 323.33º 0.59% 0.72% -
XYZ 26.85 17.02 27.07 -
YUV 114.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 183 75 141 0 0.59 0.23 0.28 323.33 0.43 0.51
Hex B7 4B 8D 0 3B 17 1C 143 2B 33
Octal 267 113 215 0 73 27 34 503 53 63
Binary 10110111 1001011 10001101 0 111011 10111 11100 101000011 101011 110011

Color Harmonies of #B74B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B8D

Black with #B74B8D

Text Example


Text Example

White with #B74B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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