Html Css Color HEX #B74D8F Mulberry

📋 copy color: '#B74D8F'

red 183 ◦ green 77 ◦ blue 143

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

Shades of Mulberry #B74D8F

Tints of Mulberry #B74D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 45.41%
G = 19.11%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B74D8F (or 0xB74D8F) is known color: Mulberry. HEX triplet: B7, 4D and 8F. RGB value is (183,77,143). Sum of RGB (Red+Green+Blue) = 183+77+143=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D8F is #48B270. Grayscale: #747474. Windows color (decimal): -4764273 or 9391543. OLE color: 9391543.

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

Color convert

RGB 183 77 143 -
CMYK 0 0.58 0.22 0.28
HSL 322.64º 0.42% 0.51% -
HSV(B) 322.64º 0.58% 0.72% -
XYZ 27.14 17.36 27.91 -
YUV 116.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 183 77 143 0 0.58 0.22 0.28 322.64 0.42 0.51
Hex B7 4D 8F 0 3A 16 1C 143 2A 33
Octal 267 115 217 0 72 26 34 503 52 63
Binary 10110111 1001101 10001111 0 111010 10110 11100 101000011 101010 110011

Color Harmonies of #B74D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74D8F

Black with #B74D8F

Text Example


Text Example

White with #B74D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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