Html Css Color HEX #B4538F Mulberry

📋 copy color: '#B4538F'

red 180 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #B4538F

Tints of Mulberry #B4538F

RGB

 RED value IS 180 (70.7% from 255) = 44.33%

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

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 44.33%
G = 20.44%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4538F (or 0xB4538F) is known color: Mulberry. HEX triplet: B4, 53 and 8F. RGB value is (180,83,143). Sum of RGB (Red+Green+Blue) = 180+83+143=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4538F is #4BAC70. Grayscale: #767676. Windows color (decimal): -4959345 or 9393076. OLE color: 9393076.

HSL color Cylindrical-coordinate representation of color #B4538F: hue angle of 322.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4538F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 143 -
CMYK 0 0.54 0.21 0.29
HSL 322.89º 0.39% 0.52% -
HSV(B) 322.89º 0.54% 0.71% -
XYZ 26.87 17.87 28.02 -
YUV 118.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 180 83 143 0 0.54 0.21 0.29 322.89 0.39 0.52
Hex B4 53 8F 0 36 15 1D 143 27 34
Octal 264 123 217 0 66 25 35 503 47 64
Binary 10110100 1010011 10001111 0 110110 10101 11101 101000011 100111 110100

Color Harmonies of #B4538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4538F

Black with #B4538F

Text Example


Text Example

White with #B4538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4538F; }

 p { color: rgb(180,83,143); }

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

background-color css

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

 a { background-color: rgb(180,83,143); }

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

border-color css

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

 span { border-color: rgb(180,83,143); }

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