Html Css Color HEX #B74594 Mulberry

📋 copy color: '#B74594'

red 183 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #B74594

Tints of Mulberry #B74594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.25%

 BLUE value IS 148 (58.2% from 255) = 37%

R = 45.75%
G = 17.25%
B = 37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B74594 (or 0xB74594) is known color: Mulberry. HEX triplet: B7, 45 and 94. RGB value is (183,69,148). Sum of RGB (Red+Green+Blue) = 183+69+148=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B74594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74594 is #48BA6B. Grayscale: #6F6F6F. Windows color (decimal): -4766316 or 9717175. OLE color: 9717175.

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

Color convert

RGB 183 69 148 -
CMYK 0 0.62 0.19 0.28
HSL 318.42º 0.45% 0.49% -
HSV(B) 318.42º 0.62% 0.72% -
XYZ 27 16.46 29.77 -
YUV 112.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 183 69 148 0 0.62 0.19 0.28 318.42 0.45 0.49
Hex B7 45 94 0 3E 13 1C 13E 2D 31
Octal 267 105 224 0 76 23 34 476 55 61
Binary 10110111 1000101 10010100 0 111110 10011 11100 100111110 101101 110001

Color Harmonies of #B74594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74594

Black with #B74594

Text Example


Text Example

White with #B74594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74594; }

 p { color: rgb(183,69,148); }

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

background-color css

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

 a { background-color: rgb(183,69,148); }

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

border-color css

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

 span { border-color: rgb(183,69,148); }

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