Html Css Color HEX #B2538E Mulberry

📋 copy color: '#B2538E'

red 178 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #B2538E

Tints of Mulberry #B2538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.6%

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

R = 44.17%
G = 20.6%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2538E (or 0xB2538E) is known color: Mulberry. HEX triplet: B2, 53 and 8E. RGB value is (178,83,142). Sum of RGB (Red+Green+Blue) = 178+83+142=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2538E is #4DAC71. Grayscale: #757575. Windows color (decimal): -5090418 or 9327538. OLE color: 9327538.

HSL color Cylindrical-coordinate representation of color #B2538E: hue angle of 322.74º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2538E is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 83 142 -
CMYK 0 0.53 0.20 0.30
HSL 322.74º 0.38% 0.51% -
HSV(B) 322.74º 0.53% 0.7% -
XYZ 26.34 17.6 27.6 -
YUV 118.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 178 83 142 0 0.53 0.20 0.30 322.74 0.38 0.51
Hex B2 53 8E 0 35 14 1E 143 26 33
Octal 262 123 216 0 65 24 36 503 46 63
Binary 10110010 1010011 10001110 0 110101 10100 11110 101000011 100110 110011

Color Harmonies of #B2538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2538E

Black with #B2538E

Text Example


Text Example

White with #B2538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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