Html Css Color HEX #B3449F Mulberry

📋 copy color: '#B3449F'

red 179 ◦ green 68 ◦ blue 159

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

Shades of Mulberry #B3449F

Tints of Mulberry #B3449F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 44.09%
G = 16.75%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3449F (or 0xB3449F) is known color: Mulberry. HEX triplet: B3, 44 and 9F. RGB value is (179,68,159). Sum of RGB (Red+Green+Blue) = 179+68+159=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3449F is #4CBB60. Grayscale: #6F6F6F. Windows color (decimal): -5028705 or 10437811. OLE color: 10437811.

HSL color Cylindrical-coordinate representation of color #B3449F: hue angle of 310.81º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3449F is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 159 -
CMYK 0 0.62 0.11 0.30
HSL 310.81º 0.45% 0.48% -
HSV(B) 310.81º 0.62% 0.7% -
XYZ 26.92 16.22 34.51 -
YUV 111.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 179 68 159 0 0.62 0.11 0.30 310.81 0.45 0.48
Hex B3 44 9F 0 3E B 1E 137 2D 30
Octal 263 104 237 0 76 13 36 467 55 60
Binary 10110011 1000100 10011111 0 111110 1011 11110 100110111 101101 110000

Color Harmonies of #B3449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3449F

Black with #B3449F

Text Example


Text Example

White with #B3449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3449F; }

 p { color: rgb(179,68,159); }

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

background-color css

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

 a { background-color: rgb(179,68,159); }

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

border-color css

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

 span { border-color: rgb(179,68,159); }

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