Html Css Color HEX #BF5296 Mulberry

📋 copy color: '#BF5296'

red 191 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #BF5296

Tints of Mulberry #BF5296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

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

R = 45.15%
G = 19.39%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF5296 (or 0xBF5296) is known color: Mulberry. HEX triplet: BF, 52 and 96. RGB value is (191,82,150). Sum of RGB (Red+Green+Blue) = 191+82+150=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5296 is #40AD69. Grayscale: #7A7A7A. Windows color (decimal): -4238698 or 9851583. OLE color: 9851583.

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

Color convert

RGB 191 82 150 -
CMYK 0 0.57 0.21 0.25
HSL 322.57º 0.46% 0.54% -
HSV(B) 322.57º 0.57% 0.75% -
XYZ 30.01 19.31 31 -
YUV 122.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 191 82 150 0 0.57 0.21 0.25 322.57 0.46 0.54
Hex BF 52 96 0 39 15 19 143 2E 36
Octal 277 122 226 0 71 25 31 503 56 66
Binary 10111111 1010010 10010110 0 111001 10101 11001 101000011 101110 110110

Color Harmonies of #BF5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5296

Black with #BF5296

Text Example


Text Example

White with #BF5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5296; }

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

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

background-color css

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

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

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

border-color css

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

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

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