Html Css Color HEX #B25198 Mulberry

📋 copy color: '#B25198'

red 178 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #B25198

Tints of Mulberry #B25198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 43.31%
G = 19.71%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B25198 (or 0xB25198) is known color: Mulberry. HEX triplet: B2, 51 and 98. RGB value is (178,81,152). Sum of RGB (Red+Green+Blue) = 178+81+152=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B25198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25198 is #4DAE67. Grayscale: #757575. Windows color (decimal): -5090920 or 9982386. OLE color: 9982386.

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

Color convert

RGB 178 81 152 -
CMYK 0 0.54 0.15 0.30
HSL 316.08º 0.39% 0.51% -
HSV(B) 316.08º 0.54% 0.7% -
XYZ 26.97 17.62 31.68 -
YUV 118.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 178 81 152 0 0.54 0.15 0.30 316.08 0.39 0.51
Hex B2 51 98 0 36 F 1E 13C 27 33
Octal 262 121 230 0 66 17 36 474 47 63
Binary 10110010 1010001 10011000 0 110110 1111 11110 100111100 100111 110011

Color Harmonies of #B25198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25198

Black with #B25198

Text Example


Text Example

White with #B25198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25198; }

 p { color: rgb(178,81,152); }

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

background-color css

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

 a { background-color: rgb(178,81,152); }

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

border-color css

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

 span { border-color: rgb(178,81,152); }

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