Html Css Color HEX #BF4A90 Mulberry

📋 copy color: '#BF4A90'

red 191 ◦ green 74 ◦ blue 144

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

Shades of Mulberry #BF4A90

Tints of Mulberry #BF4A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

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

R = 46.7%
G = 18.09%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF4A90 (or 0xBF4A90) is known color: Mulberry. HEX triplet: BF, 4A and 90. RGB value is (191,74,144). Sum of RGB (Red+Green+Blue) = 191+74+144=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A90 is #40B56F. Grayscale: #747474. Windows color (decimal): -4240752 or 9456319. OLE color: 9456319.

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

Color convert

RGB 191 74 144 -
CMYK 0 0.61 0.25 0.25
HSL 324.1º 0.48% 0.52% -
HSV(B) 324.1º 0.61% 0.75% -
XYZ 28.97 17.99 28.33 -
YUV 116.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 191 74 144 0 0.61 0.25 0.25 324.1 0.48 0.52
Hex BF 4A 90 0 3D 19 19 144 30 34
Octal 277 112 220 0 75 31 31 504 60 64
Binary 10111111 1001010 10010000 0 111101 11001 11001 101000100 110000 110100

Color Harmonies of #BF4A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A90

Black with #BF4A90

Text Example


Text Example

White with #BF4A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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