Html Css Color HEX #B2538A Mulberry

📋 copy color: '#B2538A'

red 178 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #B2538A

Tints of Mulberry #B2538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 44.61%
G = 20.8%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2538A (or 0xB2538A) is known color: Mulberry. HEX triplet: B2, 53 and 8A. RGB value is (178,83,138). Sum of RGB (Red+Green+Blue) = 178+83+138=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2538A is #4DAC75. Grayscale: #757575. Windows color (decimal): -5090422 or 9065394. OLE color: 9065394.

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

Color convert

RGB 178 83 138 -
CMYK 0 0.53 0.22 0.30
HSL 325.26º 0.38% 0.51% -
HSV(B) 325.26º 0.53% 0.7% -
XYZ 26.04 17.49 26.05 -
YUV 117.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 178 83 138 0 0.53 0.22 0.30 325.26 0.38 0.51
Hex B2 53 8A 0 35 16 1E 145 26 33
Octal 262 123 212 0 65 26 36 505 46 63
Binary 10110010 1010011 10001010 0 110101 10110 11110 101000101 100110 110011

Color Harmonies of #B2538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2538A

Black with #B2538A

Text Example


Text Example

White with #B2538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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