Html Css Color HEX #B4468F Mulberry

📋 copy color: '#B4468F'

red 180 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #B4468F

Tints of Mulberry #B4468F

RGB

 RED value IS 180 (70.7% from 255) = 45.8%

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

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

R = 45.8%
G = 17.81%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4468F (or 0xB4468F) is known color: Mulberry. HEX triplet: B4, 46 and 8F. RGB value is (180,70,143). Sum of RGB (Red+Green+Blue) = 180+70+143=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4468F is #4BB970. Grayscale: #6F6F6F. Windows color (decimal): -4962673 or 9389748. OLE color: 9389748.

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

Color convert

RGB 180 70 143 -
CMYK 0 0.61 0.21 0.29
HSL 320.18º 0.44% 0.49% -
HSV(B) 320.18º 0.61% 0.71% -
XYZ 25.97 16.07 27.72 -
YUV 111.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 180 70 143 0 0.61 0.21 0.29 320.18 0.44 0.49
Hex B4 46 8F 0 3D 15 1D 140 2C 31
Octal 264 106 217 0 75 25 35 500 54 61
Binary 10110100 1000110 10001111 0 111101 10101 11101 101000000 101100 110001

Color Harmonies of #B4468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4468F

Black with #B4468F

Text Example


Text Example

White with #B4468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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