Html Css Color HEX #B5448F Mulberry

📋 copy color: '#B5448F'

red 181 ◦ green 68 ◦ blue 143

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

Shades of Mulberry #B5448F

Tints of Mulberry #B5448F

RGB

 RED value IS 181 (71.09% from 255) = 46.17%

 GREEN value IS 68 (26.95% from 255) = 17.35%

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

R = 46.17%
G = 17.35%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5448F (or 0xB5448F) is known color: Mulberry. HEX triplet: B5, 44 and 8F. RGB value is (181,68,143). Sum of RGB (Red+Green+Blue) = 181+68+143=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5448F is #4ABB70. Grayscale: #6E6E6E. Windows color (decimal): -4897649 or 9389237. OLE color: 9389237.

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

Color convert

RGB 181 68 143 -
CMYK 0 0.62 0.21 0.29
HSL 320.18º 0.45% 0.49% -
HSV(B) 320.18º 0.62% 0.71% -
XYZ 26.08 15.94 27.69 -
YUV 110.34 146.44 178.4 -
System Red Green Blue C M Y K H S L
Decimal 181 68 143 0 0.62 0.21 0.29 320.18 0.45 0.49
Hex B5 44 8F 0 3E 15 1D 140 2D 31
Octal 265 104 217 0 76 25 35 500 55 61
Binary 10110101 1000100 10001111 0 111110 10101 11101 101000000 101101 110001

Color Harmonies of #B5448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5448F

Black with #B5448F

Text Example


Text Example

White with #B5448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5448F; }

 p { color: rgb(181,68,143); }

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

background-color css

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

 a { background-color: rgb(181,68,143); }

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

border-color css

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

 span { border-color: rgb(181,68,143); }

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