Html Css Color HEX #BF4584 Mulberry

📋 copy color: '#BF4584'

red 191 ◦ green 69 ◦ blue 132

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

Shades of Mulberry #BF4584

Tints of Mulberry #BF4584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.6%

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

R = 48.72%
G = 17.6%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF4584 (or 0xBF4584) is known color: Mulberry. HEX triplet: BF, 45 and 84. RGB value is (191,69,132). Sum of RGB (Red+Green+Blue) = 191+69+132=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4584 is #40BA7B. Grayscale: #707070. Windows color (decimal): -4242044 or 8668607. OLE color: 8668607.

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

Color convert

RGB 191 69 132 -
CMYK 0 0.64 0.31 0.25
HSL 329.02º 0.49% 0.51% -
HSV(B) 329.02º 0.64% 0.75% -
XYZ 27.78 17 23.65 -
YUV 112.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 191 69 132 0 0.64 0.31 0.25 329.02 0.49 0.51
Hex BF 45 84 0 40 1F 19 149 31 33
Octal 277 105 204 0 100 37 31 511 61 63
Binary 10111111 1000101 10000100 0 1000000 11111 11001 101001001 110001 110011

Color Harmonies of #BF4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4584

Black with #BF4584

Text Example


Text Example

White with #BF4584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4584; }

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

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

background-color css

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

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

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

border-color css

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

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

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