Html Css Color HEX #BF4D90 Mulberry

📋 copy color: '#BF4D90'

red 191 ◦ green 77 ◦ blue 144

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

Shades of Mulberry #BF4D90

Tints of Mulberry #BF4D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.69%

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

R = 46.36%
G = 18.69%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF4D90 (or 0xBF4D90) is known color: Mulberry. HEX triplet: BF, 4D and 90. RGB value is (191,77,144). Sum of RGB (Red+Green+Blue) = 191+77+144=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D90 is #40B26F. Grayscale: #767676. Windows color (decimal): -4239984 or 9457087. OLE color: 9457087.

HSL color Cylindrical-coordinate representation of color #BF4D90: hue angle of 324.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D90 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 77 144 -
CMYK 0 0.60 0.25 0.25
HSL 324.74º 0.47% 0.53% -
HSV(B) 324.74º 0.6% 0.75% -
XYZ 29.17 18.4 28.4 -
YUV 118.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 191 77 144 0 0.60 0.25 0.25 324.74 0.47 0.53
Hex BF 4D 90 0 3C 19 19 145 2F 35
Octal 277 115 220 0 74 31 31 505 57 65
Binary 10111111 1001101 10010000 0 111100 11001 11001 101000101 101111 110101

Color Harmonies of #BF4D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D90

Black with #BF4D90

Text Example


Text Example

White with #BF4D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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