Html Css Color HEX #BF5384 Mulberry

📋 copy color: '#BF5384'

red 191 ◦ green 83 ◦ blue 132

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

Shades of Mulberry #BF5384

Tints of Mulberry #BF5384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 47.04%
G = 20.44%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF5384 (or 0xBF5384) is known color: Mulberry. HEX triplet: BF, 53 and 84. RGB value is (191,83,132). Sum of RGB (Red+Green+Blue) = 191+83+132=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5384 is #40AC7B. Grayscale: #787878. Windows color (decimal): -4238460 or 8672191. OLE color: 8672191.

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

Color convert

RGB 191 83 132 -
CMYK 0 0.57 0.31 0.25
HSL 332.78º 0.46% 0.54% -
HSV(B) 332.78º 0.57% 0.75% -
XYZ 28.74 18.93 23.97 -
YUV 120.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 191 83 132 0 0.57 0.31 0.25 332.78 0.46 0.54
Hex BF 53 84 0 39 1F 19 14D 2E 36
Octal 277 123 204 0 71 37 31 515 56 66
Binary 10111111 1010011 10000100 0 111001 11111 11001 101001101 101110 110110

Color Harmonies of #BF5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5384

Black with #BF5384

Text Example


Text Example

White with #BF5384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5384; }

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

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

background-color css

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

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

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

border-color css

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

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

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