Html Css Color HEX #B25394 Mulberry

📋 copy color: '#B25394'

red 178 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #B25394

Tints of Mulberry #B25394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 43.52%
G = 20.29%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B25394 (or 0xB25394) is known color: Mulberry. HEX triplet: B2, 53 and 94. RGB value is (178,83,148). Sum of RGB (Red+Green+Blue) = 178+83+148=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B25394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25394 is #4DAC6B. Grayscale: #767676. Windows color (decimal): -5090412 or 9720754. OLE color: 9720754.

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

Color convert

RGB 178 83 148 -
CMYK 0 0.53 0.17 0.30
HSL 318.95º 0.38% 0.51% -
HSV(B) 318.95º 0.53% 0.7% -
XYZ 26.8 17.79 30.04 -
YUV 118.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 178 83 148 0 0.53 0.17 0.30 318.95 0.38 0.51
Hex B2 53 94 0 35 11 1E 13F 26 33
Octal 262 123 224 0 65 21 36 477 46 63
Binary 10110010 1010011 10010100 0 110101 10001 11110 100111111 100110 110011

Color Harmonies of #B25394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25394

Black with #B25394

Text Example


Text Example

White with #B25394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25394; }

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

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

background-color css

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

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

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

border-color css

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

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

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