Html Css Color HEX #BF4790 Mulberry

📋 copy color: '#BF4790'

red 191 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #BF4790

Tints of Mulberry #BF4790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 47.04%
G = 17.49%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF4790 (or 0xBF4790) is known color: Mulberry. HEX triplet: BF, 47 and 90. RGB value is (191,71,144). Sum of RGB (Red+Green+Blue) = 191+71+144=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4790 is #40B86F. Grayscale: #737373. Windows color (decimal): -4241520 or 9455551. OLE color: 9455551.

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

Color convert

RGB 191 71 144 -
CMYK 0 0.63 0.25 0.25
HSL 323.5º 0.48% 0.51% -
HSV(B) 323.5º 0.63% 0.75% -
XYZ 28.77 17.6 28.27 -
YUV 115.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 191 71 144 0 0.63 0.25 0.25 323.5 0.48 0.51
Hex BF 47 90 0 3F 19 19 144 30 33
Octal 277 107 220 0 77 31 31 504 60 63
Binary 10111111 1000111 10010000 0 111111 11001 11001 101000100 110000 110011

Color Harmonies of #BF4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4790

Black with #BF4790

Text Example


Text Example

White with #BF4790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4790; }

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

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

background-color css

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

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

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

border-color css

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

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

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