Html Css Color HEX #B74F98 Mulberry

📋 copy color: '#B74F98'

red 183 ◦ green 79 ◦ blue 152

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

Shades of Mulberry #B74F98

Tints of Mulberry #B74F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 44.2%
G = 19.08%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B74F98 (or 0xB74F98) is known color: Mulberry. HEX triplet: B7, 4F and 98. RGB value is (183,79,152). Sum of RGB (Red+Green+Blue) = 183+79+152=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74F98 is #48B067. Grayscale: #767676. Windows color (decimal): -4763752 or 9981879. OLE color: 9981879.

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

Color convert

RGB 183 79 152 -
CMYK 0 0.57 0.17 0.28
HSL 317.88º 0.42% 0.51% -
HSV(B) 317.88º 0.57% 0.72% -
XYZ 27.99 17.93 31.69 -
YUV 118.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 183 79 152 0 0.57 0.17 0.28 317.88 0.42 0.51
Hex B7 4F 98 0 39 11 1C 13E 2A 33
Octal 267 117 230 0 71 21 34 476 52 63
Binary 10110111 1001111 10011000 0 111001 10001 11100 100111110 101010 110011

Color Harmonies of #B74F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F98

Black with #B74F98

Text Example


Text Example

White with #B74F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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