Html Css Color HEX #BF5380 Mulberry

📋 copy color: '#BF5380'

red 191 ◦ green 83 ◦ blue 128

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

Shades of Mulberry #BF5380

Tints of Mulberry #BF5380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.65%

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

R = 47.51%
G = 20.65%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF5380 (or 0xBF5380) is known color: Mulberry. HEX triplet: BF, 53 and 80. RGB value is (191,83,128). Sum of RGB (Red+Green+Blue) = 191+83+128=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5380 is #40AC7F. Grayscale: #787878. Windows color (decimal): -4238464 or 8410047. OLE color: 8410047.

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

Color convert

RGB 191 83 128 -
CMYK 0 0.57 0.33 0.25
HSL 335º 0.46% 0.54% -
HSV(B) 335º 0.57% 0.75% -
XYZ 28.48 18.82 22.55 -
YUV 120.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 191 83 128 0 0.57 0.33 0.25 335 0.46 0.54
Hex BF 53 80 0 39 21 19 14F 2E 36
Octal 277 123 200 0 71 41 31 517 56 66
Binary 10111111 1010011 10000000 0 111001 100001 11001 101001111 101110 110110

Color Harmonies of #BF5380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5380

Black with #BF5380

Text Example


Text Example

White with #BF5380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5380; }

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

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

background-color css

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

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

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

border-color css

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

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

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