Html Css Color HEX #B74E8A Mulberry

📋 copy color: '#B74E8A'

red 183 ◦ green 78 ◦ blue 138

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

Shades of Mulberry #B74E8A

Tints of Mulberry #B74E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.55%

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 45.86%
G = 19.55%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B74E8A (or 0xB74E8A) is known color: Mulberry. HEX triplet: B7, 4E and 8A. RGB value is (183,78,138). Sum of RGB (Red+Green+Blue) = 183+78+138=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74E8A is #48B175. Grayscale: #747474. Windows color (decimal): -4764022 or 9064119. OLE color: 9064119.

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

Color convert

RGB 183 78 138 -
CMYK 0 0.57 0.25 0.28
HSL 325.71º 0.42% 0.51% -
HSV(B) 325.71º 0.57% 0.72% -
XYZ 26.84 17.35 25.98 -
YUV 116.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 183 78 138 0 0.57 0.25 0.28 325.71 0.42 0.51
Hex B7 4E 8A 0 39 19 1C 146 2A 33
Octal 267 116 212 0 71 31 34 506 52 63
Binary 10110111 1001110 10001010 0 111001 11001 11100 101000110 101010 110011

Color Harmonies of #B74E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E8A

Black with #B74E8A

Text Example


Text Example

White with #B74E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E8A; }

 p { color: rgb(183,78,138); }

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

background-color css

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

 a { background-color: rgb(183,78,138); }

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

border-color css

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

 span { border-color: rgb(183,78,138); }

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