Html Css Color HEX #B2618F Mulberry

📋 copy color: '#B2618F'

red 178 ◦ green 97 ◦ blue 143

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

Shades of Mulberry #B2618F

Tints of Mulberry #B2618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.21%

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

R = 42.58%
G = 23.21%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2618F (or 0xB2618F) is known color: Mulberry. HEX triplet: B2, 61 and 8F. RGB value is (178,97,143). Sum of RGB (Red+Green+Blue) = 178+97+143=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2618F is #4D9E70. Grayscale: #7E7E7E. Windows color (decimal): -5086833 or 9396658. OLE color: 9396658.

HSL color Cylindrical-coordinate representation of color #B2618F: hue angle of 325.93º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2618F is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 97 143 -
CMYK 0 0.46 0.20 0.30
HSL 325.93º 0.34% 0.54% -
HSV(B) 325.93º 0.46% 0.7% -
XYZ 27.59 20 28.39 -
YUV 126.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 178 97 143 0 0.46 0.20 0.30 325.93 0.34 0.54
Hex B2 61 8F 0 2E 14 1E 146 22 36
Octal 262 141 217 0 56 24 36 506 42 66
Binary 10110010 1100001 10001111 0 101110 10100 11110 101000110 100010 110110

Color Harmonies of #B2618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2618F

Black with #B2618F

Text Example


Text Example

White with #B2618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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