Html Css Color HEX #BF5392 Mulberry

📋 copy color: '#BF5392'

red 191 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #BF5392

Tints of Mulberry #BF5392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 45.48%
G = 19.76%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF5392 (or 0xBF5392) is known color: Mulberry. HEX triplet: BF, 53 and 92. RGB value is (191,83,146). Sum of RGB (Red+Green+Blue) = 191+83+146=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5392 is #40AC6D. Grayscale: #7A7A7A. Windows color (decimal): -4238446 or 9589695. OLE color: 9589695.

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

Color convert

RGB 191 83 146 -
CMYK 0 0.57 0.24 0.25
HSL 325º 0.46% 0.54% -
HSV(B) 325º 0.57% 0.75% -
XYZ 29.77 19.34 29.36 -
YUV 122.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 191 83 146 0 0.57 0.24 0.25 325 0.46 0.54
Hex BF 53 92 0 39 18 19 145 2E 36
Octal 277 123 222 0 71 30 31 505 56 66
Binary 10111111 1010011 10010010 0 111001 11000 11001 101000101 101110 110110

Color Harmonies of #BF5392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5392

Black with #BF5392

Text Example


Text Example

White with #BF5392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5392; }

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

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

background-color css

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

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

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

border-color css

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

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

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