Html Css Color HEX #B25398 Mulberry

📋 copy color: '#B25398'

red 178 ◦ green 83 ◦ blue 152

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

Shades of Mulberry #B25398

Tints of Mulberry #B25398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

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

R = 43.1%
G = 20.1%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B25398 (or 0xB25398) is known color: Mulberry. HEX triplet: B2, 53 and 98. RGB value is (178,83,152). Sum of RGB (Red+Green+Blue) = 178+83+152=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B25398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25398 is #4DAC67. Grayscale: #777777. Windows color (decimal): -5090408 or 9982898. OLE color: 9982898.

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

Color convert

RGB 178 83 152 -
CMYK 0 0.53 0.15 0.30
HSL 316.42º 0.38% 0.51% -
HSV(B) 316.42º 0.53% 0.7% -
XYZ 27.12 17.92 31.73 -
YUV 119.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 178 83 152 0 0.53 0.15 0.30 316.42 0.38 0.51
Hex B2 53 98 0 35 F 1E 13C 26 33
Octal 262 123 230 0 65 17 36 474 46 63
Binary 10110010 1010011 10011000 0 110101 1111 11110 100111100 100110 110011

Color Harmonies of #B25398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25398

Black with #B25398

Text Example


Text Example

White with #B25398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25398; }

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

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

background-color css

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

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

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

border-color css

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

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

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