Html Css Color HEX #BF4C96 Mulberry

📋 copy color: '#BF4C96'

red 191 ◦ green 76 ◦ blue 150

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

Shades of Mulberry #BF4C96

Tints of Mulberry #BF4C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 45.8%
G = 18.23%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF4C96 (or 0xBF4C96) is known color: Mulberry. HEX triplet: BF, 4C and 96. RGB value is (191,76,150). Sum of RGB (Red+Green+Blue) = 191+76+150=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C96 is #40B369. Grayscale: #767676. Windows color (decimal): -4240234 or 9850047. OLE color: 9850047.

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

Color convert

RGB 191 76 150 -
CMYK 0 0.60 0.21 0.25
HSL 321.39º 0.47% 0.52% -
HSV(B) 321.39º 0.6% 0.75% -
XYZ 29.58 18.45 30.86 -
YUV 118.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 191 76 150 0 0.60 0.21 0.25 321.39 0.47 0.52
Hex BF 4C 96 0 3C 15 19 141 2F 34
Octal 277 114 226 0 74 25 31 501 57 64
Binary 10111111 1001100 10010110 0 111100 10101 11001 101000001 101111 110100

Color Harmonies of #BF4C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C96

Black with #BF4C96

Text Example


Text Example

White with #BF4C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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