Html Css Color HEX #B25097 Mulberry

📋 copy color: '#B25097'

red 178 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #B25097

Tints of Mulberry #B25097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 43.52%
G = 19.56%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B25097 (or 0xB25097) is known color: Mulberry. HEX triplet: B2, 50 and 97. RGB value is (178,80,151). Sum of RGB (Red+Green+Blue) = 178+80+151=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B25097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25097 is #4DAF68. Grayscale: #757575. Windows color (decimal): -5091177 or 9916594. OLE color: 9916594.

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

Color convert

RGB 178 80 151 -
CMYK 0 0.55 0.15 0.30
HSL 316.53º 0.39% 0.51% -
HSV(B) 316.53º 0.55% 0.7% -
XYZ 26.81 17.44 31.23 -
YUV 117.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 178 80 151 0 0.55 0.15 0.30 316.53 0.39 0.51
Hex B2 50 97 0 37 F 1E 13D 27 33
Octal 262 120 227 0 67 17 36 475 47 63
Binary 10110010 1010000 10010111 0 110111 1111 11110 100111101 100111 110011

Color Harmonies of #B25097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25097

Black with #B25097

Text Example


Text Example

White with #B25097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25097; }

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

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

background-color css

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

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

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

border-color css

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

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

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