Html Css Color HEX #BF5592 Mulberry

📋 copy color: '#BF5592'

red 191 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #BF5592

Tints of Mulberry #BF5592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

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

R = 45.26%
G = 20.14%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF5592 (or 0xBF5592) is known color: Mulberry. HEX triplet: BF, 55 and 92. RGB value is (191,85,146). Sum of RGB (Red+Green+Blue) = 191+85+146=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5592 is #40AA6D. Grayscale: #7B7B7B. Windows color (decimal): -4237934 or 9590207. OLE color: 9590207.

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

Color convert

RGB 191 85 146 -
CMYK 0 0.55 0.24 0.25
HSL 325.47º 0.45% 0.54% -
HSV(B) 325.47º 0.55% 0.75% -
XYZ 29.92 19.65 29.41 -
YUV 123.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 191 85 146 0 0.55 0.24 0.25 325.47 0.45 0.54
Hex BF 55 92 0 37 18 19 145 2D 36
Octal 277 125 222 0 67 30 31 505 55 66
Binary 10111111 1010101 10010010 0 110111 11000 11001 101000101 101101 110110

Color Harmonies of #BF5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5592

Black with #BF5592

Text Example


Text Example

White with #BF5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5592; }

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

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

background-color css

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

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

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

border-color css

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

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

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