Html Css Color HEX #B25193 Mulberry

📋 copy color: '#B25193'

red 178 ◦ green 81 ◦ blue 147

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

Shades of Mulberry #B25193

Tints of Mulberry #B25193

RGB

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

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

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

R = 43.84%
G = 19.95%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B25193 (or 0xB25193) is known color: Mulberry. HEX triplet: B2, 51 and 93. RGB value is (178,81,147). Sum of RGB (Red+Green+Blue) = 178+81+147=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B25193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25193 is #4DAE6C. Grayscale: #757575. Windows color (decimal): -5090925 or 9654706. OLE color: 9654706.

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

Color convert

RGB 178 81 147 -
CMYK 0 0.54 0.17 0.30
HSL 319.18º 0.39% 0.51% -
HSV(B) 319.18º 0.54% 0.7% -
XYZ 26.57 17.46 29.57 -
YUV 117.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 178 81 147 0 0.54 0.17 0.30 319.18 0.39 0.51
Hex B2 51 93 0 36 11 1E 13F 27 33
Octal 262 121 223 0 66 21 36 477 47 63
Binary 10110010 1010001 10010011 0 110110 10001 11110 100111111 100111 110011

Color Harmonies of #B25193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25193

Black with #B25193

Text Example


Text Example

White with #B25193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25193; }

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

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

background-color css

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

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

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

border-color css

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

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

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