Html Css Color HEX #B2468F Mulberry

📋 copy color: '#B2468F'

red 178 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #B2468F

Tints of Mulberry #B2468F

RGB

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

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

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

R = 45.52%
G = 17.9%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2468F (or 0xB2468F) is known color: Mulberry. HEX triplet: B2, 46 and 8F. RGB value is (178,70,143). Sum of RGB (Red+Green+Blue) = 178+70+143=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2468F is #4DB970. Grayscale: #6E6E6E. Windows color (decimal): -5093745 or 9389746. OLE color: 9389746.

HSL color Cylindrical-coordinate representation of color #B2468F: hue angle of 319.44º 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 #B2468F is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 143 -
CMYK 0 0.61 0.20 0.30
HSL 319.44º 0.44% 0.49% -
HSV(B) 319.44º 0.61% 0.7% -
XYZ 25.51 15.83 27.7 -
YUV 110.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 178 70 143 0 0.61 0.20 0.30 319.44 0.44 0.49
Hex B2 46 8F 0 3D 14 1E 13F 2C 31
Octal 262 106 217 0 75 24 36 477 54 61
Binary 10110010 1000110 10001111 0 111101 10100 11110 100111111 101100 110001

Color Harmonies of #B2468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2468F

Black with #B2468F

Text Example


Text Example

White with #B2468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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