Html Css Color HEX #B35188 Mulberry

📋 copy color: '#B35188'

red 179 ◦ green 81 ◦ blue 136

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

Shades of Mulberry #B35188

Tints of Mulberry #B35188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 45.2%
G = 20.45%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B35188 (or 0xB35188) is known color: Mulberry. HEX triplet: B3, 51 and 88. RGB value is (179,81,136). Sum of RGB (Red+Green+Blue) = 179+81+136=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B35188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35188 is #4CAE77. Grayscale: #747474. Windows color (decimal): -5025400 or 8933811. OLE color: 8933811.

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

Color convert

RGB 179 81 136 -
CMYK 0 0.55 0.24 0.30
HSL 326.33º 0.39% 0.51% -
HSV(B) 326.33º 0.55% 0.7% -
XYZ 25.98 17.25 25.25 -
YUV 116.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 179 81 136 0 0.55 0.24 0.30 326.33 0.39 0.51
Hex B3 51 88 0 37 18 1E 146 27 33
Octal 263 121 210 0 67 30 36 506 47 63
Binary 10110011 1010001 10001000 0 110111 11000 11110 101000110 100111 110011

Color Harmonies of #B35188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35188

Black with #B35188

Text Example


Text Example

White with #B35188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35188; }

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

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

background-color css

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

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

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

border-color css

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

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

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