Html Css Color HEX #BF4C92 Mulberry

📋 copy color: '#BF4C92'

red 191 ◦ green 76 ◦ blue 146

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

Shades of Mulberry #BF4C92

Tints of Mulberry #BF4C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.35%

R = 46.25%
G = 18.4%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF4C92 (or 0xBF4C92) is known color: Mulberry. HEX triplet: BF, 4C and 92. RGB value is (191,76,146). Sum of RGB (Red+Green+Blue) = 191+76+146=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C92 is #40B36D. Grayscale: #767676. Windows color (decimal): -4240238 or 9587903. OLE color: 9587903.

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

Color convert

RGB 191 76 146 -
CMYK 0 0.60 0.24 0.25
HSL 323.48º 0.47% 0.52% -
HSV(B) 323.48º 0.6% 0.75% -
XYZ 29.26 18.32 29.19 -
YUV 118.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 191 76 146 0 0.60 0.24 0.25 323.48 0.47 0.52
Hex BF 4C 92 0 3C 18 19 143 2F 34
Octal 277 114 222 0 74 30 31 503 57 64
Binary 10111111 1001100 10010010 0 111100 11000 11001 101000011 101111 110100

Color Harmonies of #BF4C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C92

Black with #BF4C92

Text Example


Text Example

White with #BF4C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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