Html Css Color HEX #B15294 Mulberry

📋 copy color: '#B15294'

red 177 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #B15294

Tints of Mulberry #B15294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 43.49%
G = 20.15%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B15294 (or 0xB15294) is known color: Mulberry. HEX triplet: B1, 52 and 94. RGB value is (177,82,148). Sum of RGB (Red+Green+Blue) = 177+82+148=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B15294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15294 is #4EAD6B. Grayscale: #757575. Windows color (decimal): -5156204 or 9720497. OLE color: 9720497.

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

Color convert

RGB 177 82 148 -
CMYK 0 0.54 0.16 0.31
HSL 318.32º 0.38% 0.51% -
HSV(B) 318.32º 0.54% 0.69% -
XYZ 26.49 17.52 30 -
YUV 117.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 177 82 148 0 0.54 0.16 0.31 318.32 0.38 0.51
Hex B1 52 94 0 36 10 1F 13E 26 33
Octal 261 122 224 0 66 20 37 476 46 63
Binary 10110001 1010010 10010100 0 110110 10000 11111 100111110 100110 110011

Color Harmonies of #B15294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15294

Black with #B15294

Text Example


Text Example

White with #B15294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15294; }

 p { color: rgb(177,82,148); }

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

background-color css

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

 a { background-color: rgb(177,82,148); }

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

border-color css

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

 span { border-color: rgb(177,82,148); }

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