Html Css Color HEX #BF478B Mulberry

📋 copy color: '#BF478B'

red 191 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #BF478B

Tints of Mulberry #BF478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 47.63%
G = 17.71%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF478B (or 0xBF478B) is known color: Mulberry. HEX triplet: BF, 47 and 8B. RGB value is (191,71,139). Sum of RGB (Red+Green+Blue) = 191+71+139=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF478B is #40B874. Grayscale: #727272. Windows color (decimal): -4241525 or 9127871. OLE color: 9127871.

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

Color convert

RGB 191 71 139 -
CMYK 0 0.63 0.27 0.25
HSL 326º 0.48% 0.51% -
HSV(B) 326º 0.63% 0.75% -
XYZ 28.4 17.45 26.3 -
YUV 114.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 191 71 139 0 0.63 0.27 0.25 326 0.48 0.51
Hex BF 47 8B 0 3F 1B 19 146 30 33
Octal 277 107 213 0 77 33 31 506 60 63
Binary 10111111 1000111 10001011 0 111111 11011 11001 101000110 110000 110011

Color Harmonies of #BF478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF478B

Black with #BF478B

Text Example


Text Example

White with #BF478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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