Html Css Color HEX #BF4C90 Mulberry

📋 copy color: '#BF4C90'

red 191 ◦ green 76 ◦ blue 144

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

Shades of Mulberry #BF4C90

Tints of Mulberry #BF4C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.49%

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

R = 46.47%
G = 18.49%
B = 35.04%

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

#BF4C90 (or 0xBF4C90) is known color: Mulberry. HEX triplet: BF, 4C and 90. RGB value is (191,76,144). Sum of RGB (Red+Green+Blue) = 191+76+144=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C90 is #40B36F. Grayscale: #757575. Windows color (decimal): -4240240 or 9456831. OLE color: 9456831.

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

Color convert

RGB 191 76 144 -
CMYK 0 0.60 0.25 0.25
HSL 324.52º 0.47% 0.52% -
HSV(B) 324.52º 0.6% 0.75% -
XYZ 29.1 18.26 28.38 -
YUV 118.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 191 76 144 0 0.60 0.25 0.25 324.52 0.47 0.52
Hex BF 4C 90 0 3C 19 19 145 2F 34
Octal 277 114 220 0 74 31 31 505 57 64
Binary 10111111 1001100 10010000 0 111100 11001 11001 101000101 101111 110100

Color Harmonies of #BF4C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C90

Black with #BF4C90

Text Example


Text Example

White with #BF4C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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