Html Css Color HEX #BF4A8D Mulberry

📋 copy color: '#BF4A8D'

red 191 ◦ green 74 ◦ blue 141

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

Shades of Mulberry #BF4A8D

Tints of Mulberry #BF4A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 47.04%
G = 18.23%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF4A8D (or 0xBF4A8D) is known color: Mulberry. HEX triplet: BF, 4A and 8D. RGB value is (191,74,141). Sum of RGB (Red+Green+Blue) = 191+74+141=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A8D is #40B572. Grayscale: #747474. Windows color (decimal): -4240755 or 9259711. OLE color: 9259711.

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

Color convert

RGB 191 74 141 -
CMYK 0 0.61 0.26 0.25
HSL 325.64º 0.48% 0.52% -
HSV(B) 325.64º 0.61% 0.75% -
XYZ 28.74 17.9 27.14 -
YUV 116.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 191 74 141 0 0.61 0.26 0.25 325.64 0.48 0.52
Hex BF 4A 8D 0 3D 1A 19 146 30 34
Octal 277 112 215 0 75 32 31 506 60 64
Binary 10111111 1001010 10001101 0 111101 11010 11001 101000110 110000 110100

Color Harmonies of #BF4A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A8D

Black with #BF4A8D

Text Example


Text Example

White with #BF4A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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