Html Css Color HEX #B74C9A Mulberry

📋 copy color: '#B74C9A'

red 183 ◦ green 76 ◦ blue 154

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

Shades of Mulberry #B74C9A

Tints of Mulberry #B74C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 44.31%
G = 18.4%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B74C9A (or 0xB74C9A) is known color: Mulberry. HEX triplet: B7, 4C and 9A. RGB value is (183,76,154). Sum of RGB (Red+Green+Blue) = 183+76+154=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C9A is #48B365. Grayscale: #747474. Windows color (decimal): -4764518 or 10112183. OLE color: 10112183.

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

Color convert

RGB 183 76 154 -
CMYK 0 0.58 0.16 0.28
HSL 316.26º 0.43% 0.51% -
HSV(B) 316.26º 0.58% 0.72% -
XYZ 27.95 17.57 32.49 -
YUV 116.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 183 76 154 0 0.58 0.16 0.28 316.26 0.43 0.51
Hex B7 4C 9A 0 3A 10 1C 13C 2B 33
Octal 267 114 232 0 72 20 34 474 53 63
Binary 10110111 1001100 10011010 0 111010 10000 11100 100111100 101011 110011

Color Harmonies of #B74C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C9A

Black with #B74C9A

Text Example


Text Example

White with #B74C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C9A; }

 p { color: rgb(183,76,154); }

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

background-color css

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

 a { background-color: rgb(183,76,154); }

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

border-color css

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

 span { border-color: rgb(183,76,154); }

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