Html Css Color HEX #BF53A0 Mulberry

📋 copy color: '#BF53A0'

red 191 ◦ green 83 ◦ blue 160

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

Shades of Mulberry #BF53A0

Tints of Mulberry #BF53A0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

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

R = 44.01%
G = 19.12%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF53A0 (or 0xBF53A0) is known color: Mulberry. HEX triplet: BF, 53 and A0. RGB value is (191,83,160). Sum of RGB (Red+Green+Blue) = 191+83+160=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF53A0 is #40AC5F. Grayscale: #7B7B7B. Windows color (decimal): -4238432 or 10507199. OLE color: 10507199.

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

Color convert

RGB 191 83 160 -
CMYK 0 0.57 0.16 0.25
HSL 317.22º 0.46% 0.54% -
HSV(B) 317.22º 0.57% 0.75% -
XYZ 30.92 19.8 35.45 -
YUV 124.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 191 83 160 0 0.57 0.16 0.25 317.22 0.46 0.54
Hex BF 53 A0 0 39 10 19 13D 2E 36
Octal 277 123 240 0 71 20 31 475 56 66
Binary 10111111 1010011 10100000 0 111001 10000 11001 100111101 101110 110110

Color Harmonies of #BF53A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53A0

Black with #BF53A0

Text Example


Text Example

White with #BF53A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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