Html Css Color HEX #B2468D Mulberry

📋 copy color: '#B2468D'

red 178 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #B2468D

Tints of Mulberry #B2468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.99%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 45.76%
G = 17.99%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2468D (or 0xB2468D) is known color: Mulberry. HEX triplet: B2, 46 and 8D. RGB value is (178,70,141). Sum of RGB (Red+Green+Blue) = 178+70+141=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2468D is #4DB972. Grayscale: #6E6E6E. Windows color (decimal): -5093747 or 9258674. OLE color: 9258674.

HSL color Cylindrical-coordinate representation of color #B2468D: hue angle of 320.56º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2468D is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 141 -
CMYK 0 0.61 0.21 0.30
HSL 320.56º 0.44% 0.49% -
HSV(B) 320.56º 0.61% 0.7% -
XYZ 25.36 15.77 26.91 -
YUV 110.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 178 70 141 0 0.61 0.21 0.30 320.56 0.44 0.49
Hex B2 46 8D 0 3D 15 1E 141 2C 31
Octal 262 106 215 0 75 25 36 501 54 61
Binary 10110010 1000110 10001101 0 111101 10101 11110 101000001 101100 110001

Color Harmonies of #B2468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2468D

Black with #B2468D

Text Example


Text Example

White with #B2468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2468D; }

 p { color: rgb(178,70,141); }

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

background-color css

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

 a { background-color: rgb(178,70,141); }

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

border-color css

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

 span { border-color: rgb(178,70,141); }

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