Html Css Color HEX #B2488F Mulberry

📋 copy color: '#B2488F'

red 178 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #B2488F

Tints of Mulberry #B2488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.32%

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 45.29%
G = 18.32%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2488F (or 0xB2488F) is known color: Mulberry. HEX triplet: B2, 48 and 8F. RGB value is (178,72,143). Sum of RGB (Red+Green+Blue) = 178+72+143=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2488F is #4DB770. Grayscale: #6F6F6F. Windows color (decimal): -5093233 or 9390258. OLE color: 9390258.

HSL color Cylindrical-coordinate representation of color #B2488F: hue angle of 319.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2488F is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 143 -
CMYK 0 0.60 0.20 0.30
HSL 319.81º 0.42% 0.49% -
HSV(B) 319.81º 0.6% 0.7% -
XYZ 25.64 16.08 27.74 -
YUV 111.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 178 72 143 0 0.60 0.20 0.30 319.81 0.42 0.49
Hex B2 48 8F 0 3C 14 1E 140 2A 31
Octal 262 110 217 0 74 24 36 500 52 61
Binary 10110010 1001000 10001111 0 111100 10100 11110 101000000 101010 110001

Color Harmonies of #B2488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2488F

Black with #B2488F

Text Example


Text Example

White with #B2488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2488F; }

 p { color: rgb(178,72,143); }

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

background-color css

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

 a { background-color: rgb(178,72,143); }

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

border-color css

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

 span { border-color: rgb(178,72,143); }

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