Html Css Color HEX #B25285 Mulberry

📋 copy color: '#B25285'

red 178 ◦ green 82 ◦ blue 133

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

Shades of Mulberry #B25285

Tints of Mulberry #B25285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.87%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 45.29%
G = 20.87%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B25285 (or 0xB25285) is known color: Mulberry. HEX triplet: B2, 52 and 85. RGB value is (178,82,133). Sum of RGB (Red+Green+Blue) = 178+82+133=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B25285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25285 is #4DAD7A. Grayscale: #747474. Windows color (decimal): -5090683 or 8737458. OLE color: 8737458.

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

Color convert

RGB 178 82 133 -
CMYK 0 0.54 0.25 0.30
HSL 328.13º 0.38% 0.51% -
HSV(B) 328.13º 0.54% 0.7% -
XYZ 25.61 17.19 24.16 -
YUV 116.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 178 82 133 0 0.54 0.25 0.30 328.13 0.38 0.51
Hex B2 52 85 0 36 19 1E 148 26 33
Octal 262 122 205 0 66 31 36 510 46 63
Binary 10110010 1010010 10000101 0 110110 11001 11110 101001000 100110 110011

Color Harmonies of #B25285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25285

Black with #B25285

Text Example


Text Example

White with #B25285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25285; }

 p { color: rgb(178,82,133); }

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

background-color css

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

 a { background-color: rgb(178,82,133); }

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

border-color css

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

 span { border-color: rgb(178,82,133); }

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