Html Css Color HEX #BF479E Mulberry

📋 copy color: '#BF479E'

red 191 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #BF479E

Tints of Mulberry #BF479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 45.48%
G = 16.9%
B = 37.62%

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

#BF479E (or 0xBF479E) is known color: Mulberry. HEX triplet: BF, 47 and 9E. RGB value is (191,71,158). Sum of RGB (Red+Green+Blue) = 191+71+158=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF479E is #40B861. Grayscale: #747474. Windows color (decimal): -4241506 or 10373055. OLE color: 10373055.

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

Color convert

RGB 191 71 158 -
CMYK 0 0.63 0.17 0.25
HSL 316.5º 0.48% 0.51% -
HSV(B) 316.5º 0.63% 0.75% -
XYZ 29.91 18.05 34.26 -
YUV 116.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 191 71 158 0 0.63 0.17 0.25 316.5 0.48 0.51
Hex BF 47 9E 0 3F 11 19 13C 30 33
Octal 277 107 236 0 77 21 31 474 60 63
Binary 10111111 1000111 10011110 0 111111 10001 11001 100111100 110000 110011

Color Harmonies of #BF479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF479E

Black with #BF479E

Text Example


Text Example

White with #BF479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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