Html Css Color HEX #B74F96 Mulberry

📋 copy color: '#B74F96'

red 183 ◦ green 79 ◦ blue 150

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

Shades of Mulberry #B74F96

Tints of Mulberry #B74F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 44.42%
G = 19.17%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B74F96 (or 0xB74F96) is known color: Mulberry. HEX triplet: B7, 4F and 96. RGB value is (183,79,150). Sum of RGB (Red+Green+Blue) = 183+79+150=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74F96 is #48B069. Grayscale: #767676. Windows color (decimal): -4763754 or 9850807. OLE color: 9850807.

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

Color convert

RGB 183 79 150 -
CMYK 0 0.57 0.18 0.28
HSL 319.04º 0.42% 0.51% -
HSV(B) 319.04º 0.57% 0.72% -
XYZ 27.83 17.86 30.83 -
YUV 118.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 183 79 150 0 0.57 0.18 0.28 319.04 0.42 0.51
Hex B7 4F 96 0 39 12 1C 13F 2A 33
Octal 267 117 226 0 71 22 34 477 52 63
Binary 10110111 1001111 10010110 0 111001 10010 11100 100111111 101010 110011

Color Harmonies of #B74F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F96

Black with #B74F96

Text Example


Text Example

White with #B74F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F96; }

 p { color: rgb(183,79,150); }

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

background-color css

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

 a { background-color: rgb(183,79,150); }

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

border-color css

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

 span { border-color: rgb(183,79,150); }

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