Html Css Color HEX #BF5184 Mulberry

📋 copy color: '#BF5184'

red 191 ◦ green 81 ◦ blue 132

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

Shades of Mulberry #BF5184

Tints of Mulberry #BF5184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.05%

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 47.28%
G = 20.05%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF5184 (or 0xBF5184) is known color: Mulberry. HEX triplet: BF, 51 and 84. RGB value is (191,81,132). Sum of RGB (Red+Green+Blue) = 191+81+132=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5184 is #40AE7B. Grayscale: #777777. Windows color (decimal): -4238972 or 8671679. OLE color: 8671679.

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

Color convert

RGB 191 81 132 -
CMYK 0 0.58 0.31 0.25
HSL 332.18º 0.46% 0.53% -
HSV(B) 332.18º 0.58% 0.75% -
XYZ 28.59 18.63 23.92 -
YUV 119.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 191 81 132 0 0.58 0.31 0.25 332.18 0.46 0.53
Hex BF 51 84 0 3A 1F 19 14C 2E 35
Octal 277 121 204 0 72 37 31 514 56 65
Binary 10111111 1010001 10000100 0 111010 11111 11001 101001100 101110 110101

Color Harmonies of #BF5184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5184

Black with #BF5184

Text Example


Text Example

White with #BF5184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5184; }

 p { color: rgb(191,81,132); }

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

background-color css

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

 a { background-color: rgb(191,81,132); }

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

border-color css

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

 span { border-color: rgb(191,81,132); }

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