Html Css Color HEX #B0568B Mulberry

📋 copy color: '#B0568B'

red 176 ◦ green 86 ◦ blue 139

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

Shades of Mulberry #B0568B

Tints of Mulberry #B0568B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 43.89%
G = 21.45%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0568B (or 0xB0568B) is known color: Mulberry. HEX triplet: B0, 56 and 8B. RGB value is (176,86,139). Sum of RGB (Red+Green+Blue) = 176+86+139=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0568B is #4FA974. Grayscale: #767676. Windows color (decimal): -5220725 or 9131696. OLE color: 9131696.

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

Color convert

RGB 176 86 139 -
CMYK 0 0.51 0.21 0.31
HSL 324.67º 0.36% 0.51% -
HSV(B) 324.67º 0.51% 0.69% -
XYZ 25.89 17.75 26.49 -
YUV 118.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 176 86 139 0 0.51 0.21 0.31 324.67 0.36 0.51
Hex B0 56 8B 0 33 15 1F 145 24 33
Octal 260 126 213 0 63 25 37 505 44 63
Binary 10110000 1010110 10001011 0 110011 10101 11111 101000101 100100 110011

Color Harmonies of #B0568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0568B

Black with #B0568B

Text Example


Text Example

White with #B0568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0568B; }

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

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

background-color css

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

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

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

border-color css

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

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

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