Html Css Color HEX #B74297 Mulberry

📋 copy color: '#B74297'

red 183 ◦ green 66 ◦ blue 151

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

Shades of Mulberry #B74297

Tints of Mulberry #B74297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 45.75%
G = 16.5%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B74297 (or 0xB74297) is known color: Mulberry. HEX triplet: B7, 42 and 97. RGB value is (183,66,151). Sum of RGB (Red+Green+Blue) = 183+66+151=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B74297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74297 is #48BD68. Grayscale: #6E6E6E. Windows color (decimal): -4767081 or 9913015. OLE color: 9913015.

HSL color Cylindrical-coordinate representation of color #B74297: hue angle of 316.41º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74297 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 151 -
CMYK 0 0.64 0.17 0.28
HSL 316.41º 0.47% 0.49% -
HSV(B) 316.41º 0.64% 0.72% -
XYZ 27.06 16.2 30.98 -
YUV 110.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 183 66 151 0 0.64 0.17 0.28 316.41 0.47 0.49
Hex B7 42 97 0 40 11 1C 13C 2F 31
Octal 267 102 227 0 100 21 34 474 57 61
Binary 10110111 1000010 10010111 0 1000000 10001 11100 100111100 101111 110001

Color Harmonies of #B74297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74297

Black with #B74297

Text Example


Text Example

White with #B74297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74297; }

 p { color: rgb(183,66,151); }

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

background-color css

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

 a { background-color: rgb(183,66,151); }

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

border-color css

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

 span { border-color: rgb(183,66,151); }

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