Html Css Color HEX #BF50A5 Mulberry

📋 copy color: '#BF50A5'

red 191 ◦ green 80 ◦ blue 165

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

Shades of Mulberry #BF50A5

Tints of Mulberry #BF50A5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 43.81%
G = 18.35%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF50A5 (or 0xBF50A5) is known color: Mulberry. HEX triplet: BF, 50 and A5. RGB value is (191,80,165). Sum of RGB (Red+Green+Blue) = 191+80+165=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF50A5 is #40AF5A. Grayscale: #7A7A7A. Windows color (decimal): -4239195 or 10834111. OLE color: 10834111.

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

Color convert

RGB 191 80 165 -
CMYK 0 0.58 0.14 0.25
HSL 314.05º 0.46% 0.53% -
HSV(B) 314.05º 0.58% 0.75% -
XYZ 31.15 19.53 37.73 -
YUV 122.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 191 80 165 0 0.58 0.14 0.25 314.05 0.46 0.53
Hex BF 50 A5 0 3A E 19 13A 2E 35
Octal 277 120 245 0 72 16 31 472 56 65
Binary 10111111 1010000 10100101 0 111010 1110 11001 100111010 101110 110101

Color Harmonies of #BF50A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50A5

Black with #BF50A5

Text Example


Text Example

White with #BF50A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50A5; }

 p { color: rgb(191,80,165); }

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

background-color css

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

 a { background-color: rgb(191,80,165); }

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

border-color css

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

 span { border-color: rgb(191,80,165); }

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