Html Css Color HEX #BF4C8A Mulberry

📋 copy color: '#BF4C8A'

red 191 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #BF4C8A

Tints of Mulberry #BF4C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.77%

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 47.16%
G = 18.77%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF4C8A (or 0xBF4C8A) is known color: Mulberry. HEX triplet: BF, 4C and 8A. RGB value is (191,76,138). Sum of RGB (Red+Green+Blue) = 191+76+138=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C8A is #40B375. Grayscale: #757575. Windows color (decimal): -4240246 or 9063615. OLE color: 9063615.

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

Color convert

RGB 191 76 138 -
CMYK 0 0.60 0.28 0.25
HSL 327.65º 0.47% 0.52% -
HSV(B) 327.65º 0.6% 0.75% -
XYZ 28.66 18.08 26.02 -
YUV 117.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 191 76 138 0 0.60 0.28 0.25 327.65 0.47 0.52
Hex BF 4C 8A 0 3C 1C 19 148 2F 34
Octal 277 114 212 0 74 34 31 510 57 64
Binary 10111111 1001100 10001010 0 111100 11100 11001 101001000 101111 110100

Color Harmonies of #BF4C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C8A

Black with #BF4C8A

Text Example


Text Example

White with #BF4C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C8A; }

 p { color: rgb(191,76,138); }

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

background-color css

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

 a { background-color: rgb(191,76,138); }

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

border-color css

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

 span { border-color: rgb(191,76,138); }

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