Html Css Color HEX #B0478A Mulberry

📋 copy color: '#B0478A'

red 176 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #B0478A

Tints of Mulberry #B0478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

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

R = 45.71%
G = 18.44%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0478A (or 0xB0478A) is known color: Mulberry. HEX triplet: B0, 47 and 8A. RGB value is (176,71,138). Sum of RGB (Red+Green+Blue) = 176+71+138=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0478A is #4FB875. Grayscale: #6D6D6D. Windows color (decimal): -5224566 or 9062320. OLE color: 9062320.

HSL color Cylindrical-coordinate representation of color #B0478A: hue angle of 321.71º 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 #B0478A is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 138 -
CMYK 0 0.60 0.22 0.31
HSL 321.71º 0.43% 0.48% -
HSV(B) 321.71º 0.6% 0.69% -
XYZ 24.75 15.57 25.75 -
YUV 110.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 176 71 138 0 0.60 0.22 0.31 321.71 0.43 0.48
Hex B0 47 8A 0 3C 16 1F 142 2B 30
Octal 260 107 212 0 74 26 37 502 53 60
Binary 10110000 1000111 10001010 0 111100 10110 11111 101000010 101011 110000

Color Harmonies of #B0478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0478A

Black with #B0478A

Text Example


Text Example

White with #B0478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0478A; }

 p { color: rgb(176,71,138); }

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

background-color css

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

 a { background-color: rgb(176,71,138); }

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

border-color css

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

 span { border-color: rgb(176,71,138); }

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