Html Css Color HEX #B0568D Mulberry

📋 copy color: '#B0568D'

red 176 ◦ green 86 ◦ blue 141

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

Shades of Mulberry #B0568D

Tints of Mulberry #B0568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 43.67%
G = 21.34%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0568D (or 0xB0568D) is known color: Mulberry. HEX triplet: B0, 56 and 8D. RGB value is (176,86,141). Sum of RGB (Red+Green+Blue) = 176+86+141=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0568D is #4FA972. Grayscale: #777777. Windows color (decimal): -5220723 or 9262768. OLE color: 9262768.

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

Color convert

RGB 176 86 141 -
CMYK 0 0.51 0.20 0.31
HSL 323.33º 0.36% 0.51% -
HSV(B) 323.33º 0.51% 0.69% -
XYZ 26.04 17.81 27.26 -
YUV 119.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 176 86 141 0 0.51 0.20 0.31 323.33 0.36 0.51
Hex B0 56 8D 0 33 14 1F 143 24 33
Octal 260 126 215 0 63 24 37 503 44 63
Binary 10110000 1010110 10001101 0 110011 10100 11111 101000011 100100 110011

Color Harmonies of #B0568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0568D

Black with #B0568D

Text Example


Text Example

White with #B0568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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