Html Css Color HEX #B2568C Mulberry

📋 copy color: '#B2568C'

red 178 ◦ green 86 ◦ blue 140

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

Shades of Mulberry #B2568C

Tints of Mulberry #B2568C

RGB

 RED value IS 178 (69.92% from 255) = 44.06%

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

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

R = 44.06%
G = 21.29%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2568C (or 0xB2568C) is known color: Mulberry. HEX triplet: B2, 56 and 8C. RGB value is (178,86,140). Sum of RGB (Red+Green+Blue) = 178+86+140=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2568C is #4DA973. Grayscale: #777777. Windows color (decimal): -5089652 or 9197234. OLE color: 9197234.

HSL color Cylindrical-coordinate representation of color #B2568C: hue angle of 324.78º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2568C is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 140 -
CMYK 0 0.52 0.21 0.30
HSL 324.78º 0.37% 0.52% -
HSV(B) 324.78º 0.52% 0.7% -
XYZ 26.42 18.01 26.9 -
YUV 119.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 178 86 140 0 0.52 0.21 0.30 324.78 0.37 0.52
Hex B2 56 8C 0 34 15 1E 145 25 34
Octal 262 126 214 0 64 25 36 505 45 64
Binary 10110010 1010110 10001100 0 110100 10101 11110 101000101 100101 110100

Color Harmonies of #B2568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2568C

Black with #B2568C

Text Example


Text Example

White with #B2568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2568C; }

 p { color: rgb(178,86,140); }

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

background-color css

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

 a { background-color: rgb(178,86,140); }

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

border-color css

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

 span { border-color: rgb(178,86,140); }

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