Html Css Color HEX #BF478A Mulberry

📋 copy color: '#BF478A'

red 191 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #BF478A

Tints of Mulberry #BF478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 47.75%
G = 17.75%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF478A (or 0xBF478A) is known color: Mulberry. HEX triplet: BF, 47 and 8A. RGB value is (191,71,138). Sum of RGB (Red+Green+Blue) = 191+71+138=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF478A is #40B875. Grayscale: #727272. Windows color (decimal): -4241526 or 9062335. OLE color: 9062335.

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

Color convert

RGB 191 71 138 -
CMYK 0 0.63 0.28 0.25
HSL 326.5º 0.48% 0.51% -
HSV(B) 326.5º 0.63% 0.75% -
XYZ 28.33 17.42 25.91 -
YUV 114.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 191 71 138 0 0.63 0.28 0.25 326.5 0.48 0.51
Hex BF 47 8A 0 3F 1C 19 146 30 33
Octal 277 107 212 0 77 34 31 506 60 63
Binary 10111111 1000111 10001010 0 111111 11100 11001 101000110 110000 110011

Color Harmonies of #BF478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF478A

Black with #BF478A

Text Example


Text Example

White with #BF478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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