Html Css Color HEX #BF5092 Mulberry

📋 copy color: '#BF5092'

red 191 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #BF5092

Tints of Mulberry #BF5092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

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

R = 45.8%
G = 19.18%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF5092 (or 0xBF5092) is known color: Mulberry. HEX triplet: BF, 50 and 92. RGB value is (191,80,146). Sum of RGB (Red+Green+Blue) = 191+80+146=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5092 is #40AF6D. Grayscale: #787878. Windows color (decimal): -4239214 or 9588927. OLE color: 9588927.

HSL color Cylindrical-coordinate representation of color #BF5092: hue angle of 324.32º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5092 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 80 146 -
CMYK 0 0.58 0.24 0.25
HSL 324.32º 0.46% 0.53% -
HSV(B) 324.32º 0.58% 0.75% -
XYZ 29.54 18.89 29.28 -
YUV 120.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 191 80 146 0 0.58 0.24 0.25 324.32 0.46 0.53
Hex BF 50 92 0 3A 18 19 144 2E 35
Octal 277 120 222 0 72 30 31 504 56 65
Binary 10111111 1010000 10010010 0 111010 11000 11001 101000100 101110 110101

Color Harmonies of #BF5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5092

Black with #BF5092

Text Example


Text Example

White with #BF5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5092; }

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

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

background-color css

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

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

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

border-color css

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

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

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