Html Css Color HEX #BF5096 Mulberry

📋 copy color: '#BF5096'

red 191 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #BF5096

Tints of Mulberry #BF5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 45.37%
G = 19%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF5096 (or 0xBF5096) is known color: Mulberry. HEX triplet: BF, 50 and 96. RGB value is (191,80,150). Sum of RGB (Red+Green+Blue) = 191+80+150=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5096 is #40AF69. Grayscale: #797979. Windows color (decimal): -4239210 or 9851071. OLE color: 9851071.

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

Color convert

RGB 191 80 150 -
CMYK 0 0.58 0.21 0.25
HSL 322.16º 0.46% 0.53% -
HSV(B) 322.16º 0.58% 0.75% -
XYZ 29.86 19.02 30.95 -
YUV 121.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 191 80 150 0 0.58 0.21 0.25 322.16 0.46 0.53
Hex BF 50 96 0 3A 15 19 142 2E 35
Octal 277 120 226 0 72 25 31 502 56 65
Binary 10111111 1010000 10010110 0 111010 10101 11001 101000010 101110 110101

Color Harmonies of #BF5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5096

Black with #BF5096

Text Example


Text Example

White with #BF5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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