Html Css Color HEX #BF52A0 Mulberry

📋 copy color: '#BF52A0'

red 191 ◦ green 82 ◦ blue 160

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

Shades of Mulberry #BF52A0

Tints of Mulberry #BF52A0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.94%

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

R = 44.11%
G = 18.94%
B = 36.95%

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

#BF52A0 (or 0xBF52A0) is known color: Mulberry. HEX triplet: BF, 52 and A0. RGB value is (191,82,160). Sum of RGB (Red+Green+Blue) = 191+82+160=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF52A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF52A0 is #40AD5F. Grayscale: #7B7B7B. Windows color (decimal): -4238688 or 10506943. OLE color: 10506943.

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

Color convert

RGB 191 82 160 -
CMYK 0 0.57 0.16 0.25
HSL 317.06º 0.46% 0.54% -
HSV(B) 317.06º 0.57% 0.75% -
XYZ 30.85 19.65 35.42 -
YUV 123.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 191 82 160 0 0.57 0.16 0.25 317.06 0.46 0.54
Hex BF 52 A0 0 39 10 19 13D 2E 36
Octal 277 122 240 0 71 20 31 475 56 66
Binary 10111111 1010010 10100000 0 111001 10000 11001 100111101 101110 110110

Color Harmonies of #BF52A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52A0

Black with #BF52A0

Text Example


Text Example

White with #BF52A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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