Html Css Color HEX #BF5695 Mulberry

📋 copy color: '#BF5695'

red 191 ◦ green 86 ◦ blue 149

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

Shades of Mulberry #BF5695

Tints of Mulberry #BF5695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 44.84%
G = 20.19%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF5695 (or 0xBF5695) is known color: Mulberry. HEX triplet: BF, 56 and 95. RGB value is (191,86,149). Sum of RGB (Red+Green+Blue) = 191+86+149=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5695 is #40A96A. Grayscale: #7C7C7C. Windows color (decimal): -4237675 or 9787071. OLE color: 9787071.

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

Color convert

RGB 191 86 149 -
CMYK 0 0.55 0.22 0.25
HSL 324º 0.45% 0.54% -
HSV(B) 324º 0.55% 0.75% -
XYZ 30.24 19.9 30.68 -
YUV 124.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 191 86 149 0 0.55 0.22 0.25 324 0.45 0.54
Hex BF 56 95 0 37 16 19 144 2D 36
Octal 277 126 225 0 67 26 31 504 55 66
Binary 10111111 1010110 10010101 0 110111 10110 11001 101000100 101101 110110

Color Harmonies of #BF5695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5695

Black with #BF5695

Text Example


Text Example

White with #BF5695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5695; }

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

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

background-color css

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

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

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

border-color css

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

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

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