Html Css Color HEX #B15198 Mulberry

📋 copy color: '#B15198'

red 177 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #B15198

Tints of Mulberry #B15198

RGB

 RED value IS 177 (69.53% from 255) = 43.17%

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

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 43.17%
G = 19.76%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B15198 (or 0xB15198) is known color: Mulberry. HEX triplet: B1, 51 and 98. RGB value is (177,81,152). Sum of RGB (Red+Green+Blue) = 177+81+152=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B15198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15198 is #4EAE67. Grayscale: #757575. Windows color (decimal): -5156456 or 9982385. OLE color: 9982385.

HSL color Cylindrical-coordinate representation of color #B15198: hue angle of 315.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15198 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 81 152 -
CMYK 0 0.54 0.14 0.31
HSL 315.63º 0.38% 0.51% -
HSV(B) 315.63º 0.54% 0.69% -
XYZ 26.74 17.5 31.67 -
YUV 117.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 177 81 152 0 0.54 0.14 0.31 315.63 0.38 0.51
Hex B1 51 98 0 36 E 1F 13C 26 33
Octal 261 121 230 0 66 16 37 474 46 63
Binary 10110001 1010001 10011000 0 110110 1110 11111 100111100 100110 110011

Color Harmonies of #B15198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15198

Black with #B15198

Text Example


Text Example

White with #B15198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15198; }

 p { color: rgb(177,81,152); }

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

background-color css

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

 a { background-color: rgb(177,81,152); }

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

border-color css

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

 span { border-color: rgb(177,81,152); }

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