Html Css Color HEX #B0508C Mulberry

📋 copy color: '#B0508C'

red 176 ◦ green 80 ◦ blue 140

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

Shades of Mulberry #B0508C

Tints of Mulberry #B0508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 44.44%
G = 20.2%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0508C (or 0xB0508C) is known color: Mulberry. HEX triplet: B0, 50 and 8C. RGB value is (176,80,140). Sum of RGB (Red+Green+Blue) = 176+80+140=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0508C is #4FAF73. Grayscale: #737373. Windows color (decimal): -5222260 or 9195696. OLE color: 9195696.

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

Color convert

RGB 176 80 140 -
CMYK 0 0.55 0.20 0.31
HSL 322.5º 0.38% 0.5% -
HSV(B) 322.5º 0.55% 0.69% -
XYZ 25.51 16.86 26.72 -
YUV 115.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 176 80 140 0 0.55 0.20 0.31 322.5 0.38 0.5
Hex B0 50 8C 0 37 14 1F 142 26 32
Octal 260 120 214 0 67 24 37 502 46 62
Binary 10110000 1010000 10001100 0 110111 10100 11111 101000010 100110 110010

Color Harmonies of #B0508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0508C

Black with #B0508C

Text Example


Text Example

White with #B0508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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