Html Css Color HEX #B3449A Mulberry

📋 copy color: '#B3449A'

red 179 ◦ green 68 ◦ blue 154

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

Shades of Mulberry #B3449A

Tints of Mulberry #B3449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 44.64%
G = 16.96%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B3449A (or 0xB3449A) is known color: Mulberry. HEX triplet: B3, 44 and 9A. RGB value is (179,68,154). Sum of RGB (Red+Green+Blue) = 179+68+154=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3449A is #4CBB65. Grayscale: #6E6E6E. Windows color (decimal): -5028710 or 10110131. OLE color: 10110131.

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

Color convert

RGB 179 68 154 -
CMYK 0 0.62 0.14 0.30
HSL 313.51º 0.45% 0.48% -
HSV(B) 313.51º 0.62% 0.7% -
XYZ 26.49 16.05 32.27 -
YUV 110.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 179 68 154 0 0.62 0.14 0.30 313.51 0.45 0.48
Hex B3 44 9A 0 3E E 1E 13A 2D 30
Octal 263 104 232 0 76 16 36 472 55 60
Binary 10110011 1000100 10011010 0 111110 1110 11110 100111010 101101 110000

Color Harmonies of #B3449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3449A

Black with #B3449A

Text Example


Text Example

White with #B3449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3449A; }

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

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

background-color css

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

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

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

border-color css

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

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

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