Html Css Color HEX #BF4A99 Mulberry

📋 copy color: '#BF4A99'

red 191 ◦ green 74 ◦ blue 153

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

Shades of Mulberry #BF4A99

Tints of Mulberry #BF4A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 45.69%
G = 17.7%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF4A99 (or 0xBF4A99) is known color: Mulberry. HEX triplet: BF, 4A and 99. RGB value is (191,74,153). Sum of RGB (Red+Green+Blue) = 191+74+153=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A99 is #40B566. Grayscale: #757575. Windows color (decimal): -4240743 or 10046143. OLE color: 10046143.

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

Color convert

RGB 191 74 153 -
CMYK 0 0.61 0.20 0.25
HSL 319.49º 0.48% 0.52% -
HSV(B) 319.49º 0.61% 0.75% -
XYZ 29.68 18.27 32.1 -
YUV 117.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 191 74 153 0 0.61 0.20 0.25 319.49 0.48 0.52
Hex BF 4A 99 0 3D 14 19 13F 30 34
Octal 277 112 231 0 75 24 31 477 60 64
Binary 10111111 1001010 10011001 0 111101 10100 11001 100111111 110000 110100

Color Harmonies of #BF4A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A99

Black with #BF4A99

Text Example


Text Example

White with #BF4A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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