Html Css Color HEX #BF409F Mulberry

📋 copy color: '#BF409F'

red 191 ◦ green 64 ◦ blue 159

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

Shades of Mulberry #BF409F

Tints of Mulberry #BF409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 46.14%
G = 15.46%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF409F (or 0xBF409F) is known color: Mulberry. HEX triplet: BF, 40 and 9F. RGB value is (191,64,159). Sum of RGB (Red+Green+Blue) = 191+64+159=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF409F is #40BF60. Grayscale: #707070. Windows color (decimal): -4243297 or 10436799. OLE color: 10436799.

HSL color Cylindrical-coordinate representation of color #BF409F: hue angle of 315.12º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF409F is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 159 -
CMYK 0 0.66 0.17 0.25
HSL 315.12º 0.5% 0.5% -
HSV(B) 315.12º 0.66% 0.75% -
XYZ 29.58 17.25 34.57 -
YUV 112.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 191 64 159 0 0.66 0.17 0.25 315.12 0.5 0.5
Hex BF 40 9F 0 42 11 19 13B 32 32
Octal 277 100 237 0 102 21 31 473 62 62
Binary 10111111 1000000 10011111 0 1000010 10001 11001 100111011 110010 110010

Color Harmonies of #BF409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF409F

Black with #BF409F

Text Example


Text Example

White with #BF409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF409F; }

 p { color: rgb(191,64,159); }

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

background-color css

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

 a { background-color: rgb(191,64,159); }

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

border-color css

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

 span { border-color: rgb(191,64,159); }

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