Html Css Color HEX #B2568E Mulberry

📋 copy color: '#B2568E'

red 178 ◦ green 86 ◦ blue 142

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

Shades of Mulberry #B2568E

Tints of Mulberry #B2568E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 43.84%
G = 21.18%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2568E (or 0xB2568E) is known color: Mulberry. HEX triplet: B2, 56 and 8E. RGB value is (178,86,142). Sum of RGB (Red+Green+Blue) = 178+86+142=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2568E is #4DA971. Grayscale: #777777. Windows color (decimal): -5089650 or 9328306. OLE color: 9328306.

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

Color convert

RGB 178 86 142 -
CMYK 0 0.52 0.20 0.30
HSL 323.48º 0.37% 0.52% -
HSV(B) 323.48º 0.52% 0.7% -
XYZ 26.57 18.07 27.68 -
YUV 119.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 178 86 142 0 0.52 0.20 0.30 323.48 0.37 0.52
Hex B2 56 8E 0 34 14 1E 143 25 34
Octal 262 126 216 0 64 24 36 503 45 64
Binary 10110010 1010110 10001110 0 110100 10100 11110 101000011 100101 110100

Color Harmonies of #B2568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2568E

Black with #B2568E

Text Example


Text Example

White with #B2568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2568E; }

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

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

background-color css

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

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

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

border-color css

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

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

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