Html Css Color HEX #BF40A0 Mulberry

📋 copy color: '#BF40A0'

red 191 ◦ green 64 ◦ blue 160

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

Shades of Mulberry #BF40A0

Tints of Mulberry #BF40A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 46.02%
G = 15.42%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF40A0 (or 0xBF40A0) is known color: Mulberry. HEX triplet: BF, 40 and A0. RGB value is (191,64,160). Sum of RGB (Red+Green+Blue) = 191+64+160=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40A0 is #40BF5F. Grayscale: #707070. Windows color (decimal): -4243296 or 10502335. OLE color: 10502335.

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

Color convert

RGB 191 64 160 -
CMYK 0 0.66 0.16 0.25
HSL 314.65º 0.5% 0.5% -
HSV(B) 314.65º 0.66% 0.75% -
XYZ 29.66 17.28 35.03 -
YUV 112.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 191 64 160 0 0.66 0.16 0.25 314.65 0.5 0.5
Hex BF 40 A0 0 42 10 19 13B 32 32
Octal 277 100 240 0 102 20 31 473 62 62
Binary 10111111 1000000 10100000 0 1000010 10000 11001 100111011 110010 110010

Color Harmonies of #BF40A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40A0

Black with #BF40A0

Text Example


Text Example

White with #BF40A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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