Html Css Color HEX #B25693 Mulberry

📋 copy color: '#B25693'

red 178 ◦ green 86 ◦ blue 147

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

Shades of Mulberry #B25693

Tints of Mulberry #B25693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

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

R = 43.31%
G = 20.92%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B25693 (or 0xB25693) is known color: Mulberry. HEX triplet: B2, 56 and 93. RGB value is (178,86,147). Sum of RGB (Red+Green+Blue) = 178+86+147=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B25693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25693 is #4DA96C. Grayscale: #787878. Windows color (decimal): -5089645 or 9655986. OLE color: 9655986.

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

Color convert

RGB 178 86 147 -
CMYK 0 0.52 0.17 0.30
HSL 320.22º 0.37% 0.52% -
HSV(B) 320.22º 0.52% 0.7% -
XYZ 26.95 18.23 29.7 -
YUV 120.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 178 86 147 0 0.52 0.17 0.30 320.22 0.37 0.52
Hex B2 56 93 0 34 11 1E 140 25 34
Octal 262 126 223 0 64 21 36 500 45 64
Binary 10110010 1010110 10010011 0 110100 10001 11110 101000000 100101 110100

Color Harmonies of #B25693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25693

Black with #B25693

Text Example


Text Example

White with #B25693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25693; }

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

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

background-color css

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

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

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

border-color css

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

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

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