Html Css Color HEX #B25698 Mulberry

📋 copy color: '#B25698'

red 178 ◦ green 86 ◦ blue 152

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

Shades of Mulberry #B25698

Tints of Mulberry #B25698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.67%

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

R = 42.79%
G = 20.67%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B25698 (or 0xB25698) is known color: Mulberry. HEX triplet: B2, 56 and 98. RGB value is (178,86,152). Sum of RGB (Red+Green+Blue) = 178+86+152=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B25698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25698 is #4DA967. Grayscale: #787878. Windows color (decimal): -5089640 or 9983666. OLE color: 9983666.

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

Color convert

RGB 178 86 152 -
CMYK 0 0.52 0.15 0.30
HSL 316.96º 0.37% 0.52% -
HSV(B) 316.96º 0.52% 0.7% -
XYZ 27.36 18.39 31.81 -
YUV 121.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 178 86 152 0 0.52 0.15 0.30 316.96 0.37 0.52
Hex B2 56 98 0 34 F 1E 13D 25 34
Octal 262 126 230 0 64 17 36 475 45 64
Binary 10110010 1010110 10011000 0 110100 1111 11110 100111101 100101 110100

Color Harmonies of #B25698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25698

Black with #B25698

Text Example


Text Example

White with #B25698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25698; }

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

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

background-color css

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

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

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

border-color css

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

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

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