Html Css Color HEX #B25184 Mulberry

📋 copy color: '#B25184'

red 178 ◦ green 81 ◦ blue 132

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

Shades of Mulberry #B25184

Tints of Mulberry #B25184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 45.52%
G = 20.72%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B25184 (or 0xB25184) is known color: Mulberry. HEX triplet: B2, 51 and 84. RGB value is (178,81,132). Sum of RGB (Red+Green+Blue) = 178+81+132=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B25184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25184 is #4DAE7B. Grayscale: #737373. Windows color (decimal): -5090940 or 8671666. OLE color: 8671666.

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

Color convert

RGB 178 81 132 -
CMYK 0 0.54 0.26 0.30
HSL 328.45º 0.39% 0.51% -
HSV(B) 328.45º 0.54% 0.7% -
XYZ 25.47 17.02 23.77 -
YUV 115.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 178 81 132 0 0.54 0.26 0.30 328.45 0.39 0.51
Hex B2 51 84 0 36 1A 1E 148 27 33
Octal 262 121 204 0 66 32 36 510 47 63
Binary 10110010 1010001 10000100 0 110110 11010 11110 101001000 100111 110011

Color Harmonies of #B25184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25184

Black with #B25184

Text Example


Text Example

White with #B25184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25184; }

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

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

background-color css

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

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

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

border-color css

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

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

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