Html Css Color HEX #BF4380 Mulberry

📋 copy color: '#BF4380'

red 191 ◦ green 67 ◦ blue 128

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

Shades of Mulberry #BF4380

Tints of Mulberry #BF4380

RGB

 RED value IS 191 (75% from 255) = 49.48%

 GREEN value IS 67 (26.56% from 255) = 17.36%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 49.48%
G = 17.36%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF4380 (or 0xBF4380) is known color: Mulberry. HEX triplet: BF, 43 and 80. RGB value is (191,67,128). Sum of RGB (Red+Green+Blue) = 191+67+128=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4380 is #40BC7F. Grayscale: #6E6E6E. Windows color (decimal): -4242560 or 8405951. OLE color: 8405951.

HSL color Cylindrical-coordinate representation of color #BF4380: hue angle of 330.48º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4380 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 128 -
CMYK 0 0.65 0.33 0.25
HSL 330.48º 0.49% 0.51% -
HSV(B) 330.48º 0.65% 0.75% -
XYZ 27.39 16.65 22.19 -
YUV 111.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 191 67 128 0 0.65 0.33 0.25 330.48 0.49 0.51
Hex BF 43 80 0 41 21 19 14A 31 33
Octal 277 103 200 0 101 41 31 512 61 63
Binary 10111111 1000011 10000000 0 1000001 100001 11001 101001010 110001 110011

Color Harmonies of #BF4380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4380

Black with #BF4380

Text Example


Text Example

White with #BF4380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4380; }

 p { color: rgb(191,67,128); }

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

background-color css

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

 a { background-color: rgb(191,67,128); }

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

border-color css

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

 span { border-color: rgb(191,67,128); }

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