Html Css Color HEX #BF4696 Mulberry

📋 copy color: '#BF4696'

red 191 ◦ green 70 ◦ blue 150

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

Shades of Mulberry #BF4696

Tints of Mulberry #BF4696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.03%

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

R = 46.47%
G = 17.03%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF4696 (or 0xBF4696) is known color: Mulberry. HEX triplet: BF, 46 and 96. RGB value is (191,70,150). Sum of RGB (Red+Green+Blue) = 191+70+150=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4696 is #40B969. Grayscale: #737373. Windows color (decimal): -4241770 or 9848511. OLE color: 9848511.

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

Color convert

RGB 191 70 150 -
CMYK 0 0.63 0.21 0.25
HSL 320.33º 0.49% 0.51% -
HSV(B) 320.33º 0.63% 0.75% -
XYZ 29.18 17.66 30.72 -
YUV 115.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 191 70 150 0 0.63 0.21 0.25 320.33 0.49 0.51
Hex BF 46 96 0 3F 15 19 140 31 33
Octal 277 106 226 0 77 25 31 500 61 63
Binary 10111111 1000110 10010110 0 111111 10101 11001 101000000 110001 110011

Color Harmonies of #BF4696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4696

Black with #BF4696

Text Example


Text Example

White with #BF4696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4696; }

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

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

background-color css

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

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

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

border-color css

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

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

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