Html Css Color HEX #B25793 Mulberry

📋 copy color: '#B25793'

red 178 ◦ green 87 ◦ blue 147

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

Shades of Mulberry #B25793

Tints of Mulberry #B25793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.12%

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

R = 43.2%
G = 21.12%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B25793 (or 0xB25793) is known color: Mulberry. HEX triplet: B2, 57 and 93. RGB value is (178,87,147). Sum of RGB (Red+Green+Blue) = 178+87+147=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B25793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25793 is #4DA86C. Grayscale: #787878. Windows color (decimal): -5089389 or 9656242. OLE color: 9656242.

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

Color convert

RGB 178 87 147 -
CMYK 0 0.51 0.17 0.30
HSL 320.44º 0.37% 0.52% -
HSV(B) 320.44º 0.51% 0.7% -
XYZ 27.03 18.39 29.73 -
YUV 121.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 178 87 147 0 0.51 0.17 0.30 320.44 0.37 0.52
Hex B2 57 93 0 33 11 1E 140 25 34
Octal 262 127 223 0 63 21 36 500 45 64
Binary 10110010 1010111 10010011 0 110011 10001 11110 101000000 100101 110100

Color Harmonies of #B25793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25793

Black with #B25793

Text Example


Text Example

White with #B25793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25793; }

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

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

background-color css

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

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

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

border-color css

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

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

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