Html Css Color HEX #B25087 Mulberry

📋 copy color: '#B25087'

red 178 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #B25087

Tints of Mulberry #B25087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.35%

R = 45.29%
G = 20.36%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B25087 (or 0xB25087) is known color: Mulberry. HEX triplet: B2, 50 and 87. RGB value is (178,80,135). Sum of RGB (Red+Green+Blue) = 178+80+135=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B25087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25087 is #4DAF78. Grayscale: #737373. Windows color (decimal): -5091193 or 8868018. OLE color: 8868018.

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

Color convert

RGB 178 80 135 -
CMYK 0 0.55 0.24 0.30
HSL 326.33º 0.39% 0.51% -
HSV(B) 326.33º 0.55% 0.7% -
XYZ 25.6 16.95 24.84 -
YUV 115.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 178 80 135 0 0.55 0.24 0.30 326.33 0.39 0.51
Hex B2 50 87 0 37 18 1E 146 27 33
Octal 262 120 207 0 67 30 36 506 47 63
Binary 10110010 1010000 10000111 0 110111 11000 11110 101000110 100111 110011

Color Harmonies of #B25087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25087

Black with #B25087

Text Example


Text Example

White with #B25087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25087; }

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

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

background-color css

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

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

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

border-color css

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

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

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