Html Css Color HEX #B04694 Mulberry

📋 copy color: '#B04694'

red 176 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #B04694

Tints of Mulberry #B04694

RGB

 RED value IS 176 (69.14% from 255) = 44.67%

 GREEN value IS 70 (27.73% from 255) = 17.77%

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

R = 44.67%
G = 17.77%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B04694 (or 0xB04694) is known color: Mulberry. HEX triplet: B0, 46 and 94. RGB value is (176,70,148). Sum of RGB (Red+Green+Blue) = 176+70+148=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B04694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04694 is #4FB96B. Grayscale: #6E6E6E. Windows color (decimal): -5224812 or 9717424. OLE color: 9717424.

HSL color Cylindrical-coordinate representation of color #B04694: hue angle of 315.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04694 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 148 -
CMYK 0 0.60 0.16 0.31
HSL 315.85º 0.43% 0.48% -
HSV(B) 315.85º 0.6% 0.69% -
XYZ 25.44 15.75 29.72 -
YUV 110.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 176 70 148 0 0.60 0.16 0.31 315.85 0.43 0.48
Hex B0 46 94 0 3C 10 1F 13C 2B 30
Octal 260 106 224 0 74 20 37 474 53 60
Binary 10110000 1000110 10010100 0 111100 10000 11111 100111100 101011 110000

Color Harmonies of #B04694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04694

Black with #B04694

Text Example


Text Example

White with #B04694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04694; }

 p { color: rgb(176,70,148); }

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

background-color css

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

 a { background-color: rgb(176,70,148); }

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

border-color css

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

 span { border-color: rgb(176,70,148); }

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