Html Css Color HEX #B25099 Mulberry

📋 copy color: '#B25099'

red 178 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #B25099

Tints of Mulberry #B25099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 43.31%
G = 19.46%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B25099 (or 0xB25099) is known color: Mulberry. HEX triplet: B2, 50 and 99. RGB value is (178,80,153). Sum of RGB (Red+Green+Blue) = 178+80+153=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B25099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25099 is #4DAF66. Grayscale: #757575. Windows color (decimal): -5091175 or 10047666. OLE color: 10047666.

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

Color convert

RGB 178 80 153 -
CMYK 0 0.55 0.14 0.30
HSL 315.31º 0.39% 0.51% -
HSV(B) 315.31º 0.55% 0.7% -
XYZ 26.98 17.5 32.09 -
YUV 117.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 178 80 153 0 0.55 0.14 0.30 315.31 0.39 0.51
Hex B2 50 99 0 37 E 1E 13B 27 33
Octal 262 120 231 0 67 16 36 473 47 63
Binary 10110010 1010000 10011001 0 110111 1110 11110 100111011 100111 110011

Color Harmonies of #B25099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25099

Black with #B25099

Text Example


Text Example

White with #B25099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25099; }

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

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

background-color css

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

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

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

border-color css

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

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

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