Html Css Color HEX #B35192 Mulberry

📋 copy color: '#B35192'

red 179 ◦ green 81 ◦ blue 146

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

Shades of Mulberry #B35192

Tints of Mulberry #B35192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

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

R = 44.09%
G = 19.95%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B35192 (or 0xB35192) is known color: Mulberry. HEX triplet: B3, 51 and 92. RGB value is (179,81,146). Sum of RGB (Red+Green+Blue) = 179+81+146=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B35192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35192 is #4CAE6D. Grayscale: #757575. Windows color (decimal): -5025390 or 9589171. OLE color: 9589171.

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

Color convert

RGB 179 81 146 -
CMYK 0 0.55 0.18 0.30
HSL 320.2º 0.39% 0.51% -
HSV(B) 320.2º 0.55% 0.7% -
XYZ 26.72 17.54 29.17 -
YUV 117.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 179 81 146 0 0.55 0.18 0.30 320.2 0.39 0.51
Hex B3 51 92 0 37 12 1E 140 27 33
Octal 263 121 222 0 67 22 36 500 47 63
Binary 10110011 1010001 10010010 0 110111 10010 11110 101000000 100111 110011

Color Harmonies of #B35192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35192

Black with #B35192

Text Example


Text Example

White with #B35192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35192; }

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

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

background-color css

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

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

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

border-color css

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

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

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