Html Css Color HEX #BF4090 Mulberry

📋 copy color: '#BF4090'

red 191 ◦ green 64 ◦ blue 144

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

Shades of Mulberry #BF4090

Tints of Mulberry #BF4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

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

R = 47.87%
G = 16.04%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF4090 (or 0xBF4090) is known color: Mulberry. HEX triplet: BF, 40 and 90. RGB value is (191,64,144). Sum of RGB (Red+Green+Blue) = 191+64+144=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4090 is #40BF6F. Grayscale: #6E6E6E. Windows color (decimal): -4243312 or 9453759. OLE color: 9453759.

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

Color convert

RGB 191 64 144 -
CMYK 0 0.66 0.25 0.25
HSL 322.2º 0.5% 0.5% -
HSV(B) 322.2º 0.66% 0.75% -
XYZ 28.35 16.76 28.13 -
YUV 111.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 191 64 144 0 0.66 0.25 0.25 322.2 0.5 0.5
Hex BF 40 90 0 42 19 19 142 32 32
Octal 277 100 220 0 102 31 31 502 62 62
Binary 10111111 1000000 10010000 0 1000010 11001 11001 101000010 110010 110010

Color Harmonies of #BF4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4090

Black with #BF4090

Text Example


Text Example

White with #BF4090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4090; }

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

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

background-color css

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

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

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

border-color css

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

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

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