Html Css Color HEX #BF60A5 Mulberry

📋 copy color: '#BF60A5'

red 191 ◦ green 96 ◦ blue 165

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

Shades of Mulberry #BF60A5

Tints of Mulberry #BF60A5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.24%

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

R = 42.26%
G = 21.24%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF60A5 (or 0xBF60A5) is known color: Mulberry. HEX triplet: BF, 60 and A5. RGB value is (191,96,165). Sum of RGB (Red+Green+Blue) = 191+96+165=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60A5 is #409F5A. Grayscale: #848484. Windows color (decimal): -4235099 or 10838207. OLE color: 10838207.

HSL color Cylindrical-coordinate representation of color #BF60A5: hue angle of 316.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF60A5 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 165 -
CMYK 0 0.50 0.14 0.25
HSL 316.42º 0.43% 0.56% -
HSV(B) 316.42º 0.5% 0.75% -
XYZ 32.46 22.16 38.16 -
YUV 132.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 191 96 165 0 0.50 0.14 0.25 316.42 0.43 0.56
Hex BF 60 A5 0 32 E 19 13C 2B 38
Octal 277 140 245 0 62 16 31 474 53 70
Binary 10111111 1100000 10100101 0 110010 1110 11001 100111100 101011 111000

Color Harmonies of #BF60A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60A5

Black with #BF60A5

Text Example


Text Example

White with #BF60A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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