Html Css Color HEX #B25091 Mulberry

📋 copy color: '#B25091'

red 178 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #B25091

Tints of Mulberry #B25091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 44.17%
G = 19.85%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B25091 (or 0xB25091) is known color: Mulberry. HEX triplet: B2, 50 and 91. RGB value is (178,80,145). Sum of RGB (Red+Green+Blue) = 178+80+145=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B25091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25091 is #4DAF6E. Grayscale: #747474. Windows color (decimal): -5091183 or 9523378. OLE color: 9523378.

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

Color convert

RGB 178 80 145 -
CMYK 0 0.55 0.19 0.30
HSL 320.2º 0.39% 0.51% -
HSV(B) 320.2º 0.55% 0.7% -
XYZ 26.34 17.25 28.73 -
YUV 116.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 178 80 145 0 0.55 0.19 0.30 320.2 0.39 0.51
Hex B2 50 91 0 37 13 1E 140 27 33
Octal 262 120 221 0 67 23 36 500 47 63
Binary 10110010 1010000 10010001 0 110111 10011 11110 101000000 100111 110011

Color Harmonies of #B25091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25091

Black with #B25091

Text Example


Text Example

White with #B25091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25091; }

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

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

background-color css

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

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

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

border-color css

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

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

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