Html Css Color HEX #B25384 Mulberry

📋 copy color: '#B25384'

red 178 ◦ green 83 ◦ blue 132

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

Shades of Mulberry #B25384

Tints of Mulberry #B25384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.12%

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

R = 45.29%
G = 21.12%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B25384 (or 0xB25384) is known color: Mulberry. HEX triplet: B2, 53 and 84. RGB value is (178,83,132). Sum of RGB (Red+Green+Blue) = 178+83+132=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B25384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25384 is #4DAC7B. Grayscale: #747474. Windows color (decimal): -5090428 or 8672178. OLE color: 8672178.

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

Color convert

RGB 178 83 132 -
CMYK 0 0.53 0.26 0.30
HSL 329.05º 0.38% 0.51% -
HSV(B) 329.05º 0.53% 0.7% -
XYZ 25.62 17.32 23.82 -
YUV 116.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 178 83 132 0 0.53 0.26 0.30 329.05 0.38 0.51
Hex B2 53 84 0 35 1A 1E 149 26 33
Octal 262 123 204 0 65 32 36 511 46 63
Binary 10110010 1010011 10000100 0 110101 11010 11110 101001001 100110 110011

Color Harmonies of #B25384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25384

Black with #B25384

Text Example


Text Example

White with #B25384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25384; }

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

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

background-color css

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

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

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

border-color css

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

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

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