Html Css Color HEX #BF51A0 Mulberry

📋 copy color: '#BF51A0'

red 191 ◦ green 81 ◦ blue 160

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

Shades of Mulberry #BF51A0

Tints of Mulberry #BF51A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.75%

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

R = 44.21%
G = 18.75%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF51A0 (or 0xBF51A0) is known color: Mulberry. HEX triplet: BF, 51 and A0. RGB value is (191,81,160). Sum of RGB (Red+Green+Blue) = 191+81+160=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF51A0 is #40AE5F. Grayscale: #7A7A7A. Windows color (decimal): -4238944 or 10506687. OLE color: 10506687.

HSL color Cylindrical-coordinate representation of color #BF51A0: hue angle of 316.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF51A0 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 81 160 -
CMYK 0 0.58 0.16 0.25
HSL 316.91º 0.46% 0.53% -
HSV(B) 316.91º 0.58% 0.75% -
XYZ 30.77 19.5 35.4 -
YUV 122.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 191 81 160 0 0.58 0.16 0.25 316.91 0.46 0.53
Hex BF 51 A0 0 3A 10 19 13D 2E 35
Octal 277 121 240 0 72 20 31 475 56 65
Binary 10111111 1010001 10100000 0 111010 10000 11001 100111101 101110 110101

Color Harmonies of #BF51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51A0

Black with #BF51A0

Text Example


Text Example

White with #BF51A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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