Html Css Color HEX #B35290 Mulberry

📋 copy color: '#B35290'

red 179 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #B35290

Tints of Mulberry #B35290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

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

R = 44.2%
G = 20.25%
B = 35.56%

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

#B35290 (or 0xB35290) is known color: Mulberry. HEX triplet: B3, 52 and 90. RGB value is (179,82,144). Sum of RGB (Red+Green+Blue) = 179+82+144=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B35290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35290 is #4CAD6F. Grayscale: #757575. Windows color (decimal): -5025136 or 9458355. OLE color: 9458355.

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

Color convert

RGB 179 82 144 -
CMYK 0 0.54 0.20 0.30
HSL 321.65º 0.39% 0.51% -
HSV(B) 321.65º 0.54% 0.7% -
XYZ 26.64 17.63 28.38 -
YUV 118.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 179 82 144 0 0.54 0.20 0.30 321.65 0.39 0.51
Hex B3 52 90 0 36 14 1E 142 27 33
Octal 263 122 220 0 66 24 36 502 47 63
Binary 10110011 1010010 10010000 0 110110 10100 11110 101000010 100111 110011

Color Harmonies of #B35290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35290

Black with #B35290

Text Example


Text Example

White with #B35290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35290; }

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

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

background-color css

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

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

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

border-color css

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

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

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