Html Css Color HEX #BF479F Mulberry

📋 copy color: '#BF479F'

red 191 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #BF479F

Tints of Mulberry #BF479F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.86%

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 45.37%
G = 16.86%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF479F (or 0xBF479F) is known color: Mulberry. HEX triplet: BF, 47 and 9F. RGB value is (191,71,159). Sum of RGB (Red+Green+Blue) = 191+71+159=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF479F is #40B860. Grayscale: #747474. Windows color (decimal): -4241505 or 10438591. OLE color: 10438591.

HSL color Cylindrical-coordinate representation of color #BF479F: hue angle of 316º degrees, saturation: 0.48, 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 #BF479F is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 159 -
CMYK 0 0.63 0.17 0.25
HSL 316º 0.48% 0.51% -
HSV(B) 316º 0.63% 0.75% -
XYZ 30 18.09 34.71 -
YUV 116.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 191 71 159 0 0.63 0.17 0.25 316 0.48 0.51
Hex BF 47 9F 0 3F 11 19 13C 30 33
Octal 277 107 237 0 77 21 31 474 60 63
Binary 10111111 1000111 10011111 0 111111 10001 11001 100111100 110000 110011

Color Harmonies of #BF479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF479F

Black with #BF479F

Text Example


Text Example

White with #BF479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF479F; }

 p { color: rgb(191,71,159); }

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

background-color css

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

 a { background-color: rgb(191,71,159); }

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

border-color css

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

 span { border-color: rgb(191,71,159); }

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