Html Css Color HEX #B35390 Mulberry

📋 copy color: '#B35390'

red 179 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #B35390

Tints of Mulberry #B35390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 44.09%
G = 20.44%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B35390 (or 0xB35390) is known color: Mulberry. HEX triplet: B3, 53 and 90. RGB value is (179,83,144). Sum of RGB (Red+Green+Blue) = 179+83+144=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B35390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35390 is #4CAC6F. Grayscale: #767676. Windows color (decimal): -5024880 or 9458611. OLE color: 9458611.

HSL color Cylindrical-coordinate representation of color #B35390: hue angle of 321.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B35390 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 144 -
CMYK 0 0.54 0.20 0.30
HSL 321.88º 0.39% 0.51% -
HSV(B) 321.88º 0.54% 0.7% -
XYZ 26.72 17.78 28.41 -
YUV 118.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 179 83 144 0 0.54 0.20 0.30 321.88 0.39 0.51
Hex B3 53 90 0 36 14 1E 142 27 33
Octal 263 123 220 0 66 24 36 502 47 63
Binary 10110011 1010011 10010000 0 110110 10100 11110 101000010 100111 110011

Color Harmonies of #B35390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35390

Black with #B35390

Text Example


Text Example

White with #B35390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35390; }

 p { color: rgb(179,83,144); }

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

background-color css

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

 a { background-color: rgb(179,83,144); }

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

border-color css

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

 span { border-color: rgb(179,83,144); }

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