Html Css Color HEX #BF5696 Mulberry

📋 copy color: '#BF5696'

red 191 ◦ green 86 ◦ blue 150

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

Shades of Mulberry #BF5696

Tints of Mulberry #BF5696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.14%

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

R = 44.73%
G = 20.14%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF5696 (or 0xBF5696) is known color: Mulberry. HEX triplet: BF, 56 and 96. RGB value is (191,86,150). Sum of RGB (Red+Green+Blue) = 191+86+150=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5696 is #40A969. Grayscale: #7C7C7C. Windows color (decimal): -4237674 or 9852607. OLE color: 9852607.

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

Color convert

RGB 191 86 150 -
CMYK 0 0.55 0.21 0.25
HSL 323.43º 0.45% 0.54% -
HSV(B) 323.43º 0.55% 0.75% -
XYZ 30.32 19.93 31.1 -
YUV 124.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 191 86 150 0 0.55 0.21 0.25 323.43 0.45 0.54
Hex BF 56 96 0 37 15 19 143 2D 36
Octal 277 126 226 0 67 25 31 503 55 66
Binary 10111111 1010110 10010110 0 110111 10101 11001 101000011 101101 110110

Color Harmonies of #BF5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5696

Black with #BF5696

Text Example


Text Example

White with #BF5696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5696; }

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

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

background-color css

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

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

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

border-color css

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

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

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