Html Css Color HEX #B3458D Mulberry

📋 copy color: '#B3458D'

red 179 ◦ green 69 ◦ blue 141

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

Shades of Mulberry #B3458D

Tints of Mulberry #B3458D

RGB

 RED value IS 179 (70.31% from 255) = 46.02%

 GREEN value IS 69 (27.34% from 255) = 17.74%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 46.02%
G = 17.74%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3458D (or 0xB3458D) is known color: Mulberry. HEX triplet: B3, 45 and 8D. RGB value is (179,69,141). Sum of RGB (Red+Green+Blue) = 179+69+141=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3458D is #4CBA72. Grayscale: #6D6D6D. Windows color (decimal): -5028467 or 9258419. OLE color: 9258419.

HSL color Cylindrical-coordinate representation of color #B3458D: hue angle of 320.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3458D is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 69 141 -
CMYK 0 0.61 0.21 0.30
HSL 320.73º 0.44% 0.49% -
HSV(B) 320.73º 0.61% 0.7% -
XYZ 25.53 15.76 26.9 -
YUV 110.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 179 69 141 0 0.61 0.21 0.30 320.73 0.44 0.49
Hex B3 45 8D 0 3D 15 1E 141 2C 31
Octal 263 105 215 0 75 25 36 501 54 61
Binary 10110011 1000101 10001101 0 111101 10101 11110 101000001 101100 110001

Color Harmonies of #B3458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3458D

Black with #B3458D

Text Example


Text Example

White with #B3458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3458D; }

 p { color: rgb(179,69,141); }

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

background-color css

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

 a { background-color: rgb(179,69,141); }

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

border-color css

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

 span { border-color: rgb(179,69,141); }

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