Html Css Color HEX #B25084 Mulberry

📋 copy color: '#B25084'

red 178 ◦ green 80 ◦ blue 132

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

Shades of Mulberry #B25084

Tints of Mulberry #B25084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

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

R = 45.64%
G = 20.51%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B25084 (or 0xB25084) is known color: Mulberry. HEX triplet: B2, 50 and 84. RGB value is (178,80,132). Sum of RGB (Red+Green+Blue) = 178+80+132=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B25084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25084 is #4DAF7B. Grayscale: #737373. Windows color (decimal): -5091196 or 8671410. OLE color: 8671410.

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

Color convert

RGB 178 80 132 -
CMYK 0 0.55 0.26 0.30
HSL 328.16º 0.39% 0.51% -
HSV(B) 328.16º 0.55% 0.7% -
XYZ 25.39 16.87 23.75 -
YUV 115.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 178 80 132 0 0.55 0.26 0.30 328.16 0.39 0.51
Hex B2 50 84 0 37 1A 1E 148 27 33
Octal 262 120 204 0 67 32 36 510 47 63
Binary 10110010 1010000 10000100 0 110111 11010 11110 101001000 100111 110011

Color Harmonies of #B25084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25084

Black with #B25084

Text Example


Text Example

White with #B25084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25084; }

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

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

background-color css

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

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

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

border-color css

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

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

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