Html Css Color HEX #B35392 Mulberry

📋 copy color: '#B35392'

red 179 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #B35392

Tints of Mulberry #B35392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 43.87%
G = 20.34%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B35392 (or 0xB35392) is known color: Mulberry. HEX triplet: B3, 53 and 92. RGB value is (179,83,146). Sum of RGB (Red+Green+Blue) = 179+83+146=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B35392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35392 is #4CAC6D. Grayscale: #767676. Windows color (decimal): -5024878 or 9589683. OLE color: 9589683.

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

Color convert

RGB 179 83 146 -
CMYK 0 0.54 0.18 0.30
HSL 320.63º 0.39% 0.51% -
HSV(B) 320.63º 0.54% 0.7% -
XYZ 26.87 17.85 29.22 -
YUV 118.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 179 83 146 0 0.54 0.18 0.30 320.63 0.39 0.51
Hex B3 53 92 0 36 12 1E 141 27 33
Octal 263 123 222 0 66 22 36 501 47 63
Binary 10110011 1010011 10010010 0 110110 10010 11110 101000001 100111 110011

Color Harmonies of #B35392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35392

Black with #B35392

Text Example


Text Example

White with #B35392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35392; }

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

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

background-color css

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

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

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

border-color css

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

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

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