Html Css Color HEX #B26293 Mulberry

📋 copy color: '#B26293'

red 178 ◦ green 98 ◦ blue 147

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

Shades of Mulberry #B26293

Tints of Mulberry #B26293

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

 GREEN value IS 98 (38.67% from 255) = 23.17%

 BLUE value IS 147 (57.81% from 255) = 34.75%

R = 42.08%
G = 23.17%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B26293 (or 0xB26293) is known color: Mulberry. HEX triplet: B2, 62 and 93. RGB value is (178,98,147). Sum of RGB (Red+Green+Blue) = 178+98+147=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B26293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26293 is #4D9D6C. Grayscale: #7F7F7F. Windows color (decimal): -5086573 or 9659058. OLE color: 9659058.

HSL color Cylindrical-coordinate representation of color #B26293: hue angle of 323.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26293 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 147 -
CMYK 0 0.45 0.17 0.30
HSL 323.25º 0.34% 0.54% -
HSV(B) 323.25º 0.45% 0.7% -
XYZ 27.99 20.31 30.05 -
YUV 127.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 178 98 147 0 0.45 0.17 0.30 323.25 0.34 0.54
Hex B2 62 93 0 2D 11 1E 143 22 36
Octal 262 142 223 0 55 21 36 503 42 66
Binary 10110010 1100010 10010011 0 101101 10001 11110 101000011 100010 110110

Color Harmonies of #B26293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26293

Black with #B26293

Text Example


Text Example

White with #B26293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26293; }

 p { color: rgb(178,98,147); }

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

background-color css

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

 a { background-color: rgb(178,98,147); }

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

border-color css

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

 span { border-color: rgb(178,98,147); }

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