Html Css Color HEX #BF4AA0 Mulberry

📋 copy color: '#BF4AA0'

red 191 ◦ green 74 ◦ blue 160

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

Shades of Mulberry #BF4AA0

Tints of Mulberry #BF4AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 44.94%
G = 17.41%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF4AA0 (or 0xBF4AA0) is known color: Mulberry. HEX triplet: BF, 4A and A0. RGB value is (191,74,160). Sum of RGB (Red+Green+Blue) = 191+74+160=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4AA0 is #40B55F. Grayscale: #767676. Windows color (decimal): -4240736 or 10504895. OLE color: 10504895.

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

Color convert

RGB 191 74 160 -
CMYK 0 0.61 0.16 0.25
HSL 315.9º 0.48% 0.52% -
HSV(B) 315.9º 0.61% 0.75% -
XYZ 30.28 18.51 35.23 -
YUV 118.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 191 74 160 0 0.61 0.16 0.25 315.9 0.48 0.52
Hex BF 4A A0 0 3D 10 19 13C 30 34
Octal 277 112 240 0 75 20 31 474 60 64
Binary 10111111 1001010 10100000 0 111101 10000 11001 100111100 110000 110100

Color Harmonies of #BF4AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AA0

Black with #BF4AA0

Text Example


Text Example

White with #BF4AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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