Html Css Color HEX #BF4585 Mulberry

📋 copy color: '#BF4585'

red 191 ◦ green 69 ◦ blue 133

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

Shades of Mulberry #BF4585

Tints of Mulberry #BF4585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 48.6%
G = 17.56%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF4585 (or 0xBF4585) is known color: Mulberry. HEX triplet: BF, 45 and 85. RGB value is (191,69,133). Sum of RGB (Red+Green+Blue) = 191+69+133=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4585 is #40BA7A. Grayscale: #707070. Windows color (decimal): -4242043 or 8734143. OLE color: 8734143.

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

Color convert

RGB 191 69 133 -
CMYK 0 0.64 0.30 0.25
HSL 328.52º 0.49% 0.51% -
HSV(B) 328.52º 0.64% 0.75% -
XYZ 27.85 17.03 24.01 -
YUV 112.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 191 69 133 0 0.64 0.30 0.25 328.52 0.49 0.51
Hex BF 45 85 0 40 1E 19 149 31 33
Octal 277 105 205 0 100 36 31 511 61 63
Binary 10111111 1000101 10000101 0 1000000 11110 11001 101001001 110001 110011

Color Harmonies of #BF4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4585

Black with #BF4585

Text Example


Text Example

White with #BF4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4585; }

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

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

background-color css

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

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

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

border-color css

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

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

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