Html Css Color HEX #B0508A Mulberry

📋 copy color: '#B0508A'

red 176 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #B0508A

Tints of Mulberry #B0508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

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

R = 44.67%
G = 20.3%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0508A (or 0xB0508A) is known color: Mulberry. HEX triplet: B0, 50 and 8A. RGB value is (176,80,138). Sum of RGB (Red+Green+Blue) = 176+80+138=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B0508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0508A is #4FAF75. Grayscale: #737373. Windows color (decimal): -5222262 or 9064624. OLE color: 9064624.

HSL color Cylindrical-coordinate representation of color #B0508A: hue angle of 323.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0508A is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 138 -
CMYK 0 0.55 0.22 0.31
HSL 323.75º 0.38% 0.5% -
HSV(B) 323.75º 0.55% 0.69% -
XYZ 25.36 16.8 25.95 -
YUV 115.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 176 80 138 0 0.55 0.22 0.31 323.75 0.38 0.5
Hex B0 50 8A 0 37 16 1F 144 26 32
Octal 260 120 212 0 67 26 37 504 46 62
Binary 10110000 1010000 10001010 0 110111 10110 11111 101000100 100110 110010

Color Harmonies of #B0508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0508A

Black with #B0508A

Text Example


Text Example

White with #B0508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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