Html Css Color HEX #B0568A Mulberry

📋 copy color: '#B0568A'

red 176 ◦ green 86 ◦ blue 138

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

Shades of Mulberry #B0568A

Tints of Mulberry #B0568A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

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

R = 44%
G = 21.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0568A (or 0xB0568A) is known color: Mulberry. HEX triplet: B0, 56 and 8A. RGB value is (176,86,138). Sum of RGB (Red+Green+Blue) = 176+86+138=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0568A is #4FA975. Grayscale: #767676. Windows color (decimal): -5220726 or 9066160. OLE color: 9066160.

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

Color convert

RGB 176 86 138 -
CMYK 0 0.51 0.22 0.31
HSL 325.33º 0.36% 0.51% -
HSV(B) 325.33º 0.51% 0.69% -
XYZ 25.82 17.72 26.1 -
YUV 118.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 176 86 138 0 0.51 0.22 0.31 325.33 0.36 0.51
Hex B0 56 8A 0 33 16 1F 145 24 33
Octal 260 126 212 0 63 26 37 505 44 63
Binary 10110000 1010110 10001010 0 110011 10110 11111 101000101 100100 110011

Color Harmonies of #B0568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0568A

Black with #B0568A

Text Example


Text Example

White with #B0568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0568A; }

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

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

background-color css

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

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

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

border-color css

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

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

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