Html Css Color HEX #BF5386 Mulberry

📋 copy color: '#BF5386'

red 191 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #BF5386

Tints of Mulberry #BF5386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.84%

R = 46.81%
G = 20.34%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF5386 (or 0xBF5386) is known color: Mulberry. HEX triplet: BF, 53 and 86. RGB value is (191,83,134). Sum of RGB (Red+Green+Blue) = 191+83+134=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5386 is #40AC79. Grayscale: #797979. Windows color (decimal): -4238458 or 8803263. OLE color: 8803263.

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

Color convert

RGB 191 83 134 -
CMYK 0 0.57 0.30 0.25
HSL 331.67º 0.46% 0.54% -
HSV(B) 331.67º 0.57% 0.75% -
XYZ 28.88 18.98 24.7 -
YUV 121.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 191 83 134 0 0.57 0.30 0.25 331.67 0.46 0.54
Hex BF 53 86 0 39 1E 19 14C 2E 36
Octal 277 123 206 0 71 36 31 514 56 66
Binary 10111111 1010011 10000110 0 111001 11110 11001 101001100 101110 110110

Color Harmonies of #BF5386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5386

Black with #BF5386

Text Example


Text Example

White with #BF5386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5386; }

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

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

background-color css

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

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

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

border-color css

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

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

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