Html Css Color HEX #BF4599 Mulberry

📋 copy color: '#BF4599'

red 191 ◦ green 69 ◦ blue 153

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

Shades of Mulberry #BF4599

Tints of Mulberry #BF4599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.05%

R = 46.25%
G = 16.71%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF4599 (or 0xBF4599) is known color: Mulberry. HEX triplet: BF, 45 and 99. RGB value is (191,69,153). Sum of RGB (Red+Green+Blue) = 191+69+153=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4599 is #40BA66. Grayscale: #727272. Windows color (decimal): -4242023 or 10044863. OLE color: 10044863.

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

Color convert

RGB 191 69 153 -
CMYK 0 0.64 0.20 0.25
HSL 318.69º 0.49% 0.51% -
HSV(B) 318.69º 0.64% 0.75% -
XYZ 29.36 17.63 31.99 -
YUV 115.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 191 69 153 0 0.64 0.20 0.25 318.69 0.49 0.51
Hex BF 45 99 0 40 14 19 13F 31 33
Octal 277 105 231 0 100 24 31 477 61 63
Binary 10111111 1000101 10011001 0 1000000 10100 11001 100111111 110001 110011

Color Harmonies of #BF4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4599

Black with #BF4599

Text Example


Text Example

White with #BF4599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4599; }

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

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

background-color css

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

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

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

border-color css

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

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

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