Html Css Color HEX #BF4187 Mulberry

📋 copy color: '#BF4187'

red 191 ◦ green 65 ◦ blue 135

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

Shades of Mulberry #BF4187

Tints of Mulberry #BF4187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.62%

 BLUE value IS 135 (53.13% from 255) = 34.53%

R = 48.85%
G = 16.62%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF4187 (or 0xBF4187) is known color: Mulberry. HEX triplet: BF, 41 and 87. RGB value is (191,65,135). Sum of RGB (Red+Green+Blue) = 191+65+135=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4187 is #40BE78. Grayscale: #6E6E6E. Windows color (decimal): -4243065 or 8864191. OLE color: 8864191.

HSL color Cylindrical-coordinate representation of color #BF4187: hue angle of 326.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4187 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 135 -
CMYK 0 0.66 0.29 0.25
HSL 326.67º 0.5% 0.5% -
HSV(B) 326.67º 0.66% 0.75% -
XYZ 27.75 16.61 24.66 -
YUV 110.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 191 65 135 0 0.66 0.29 0.25 326.67 0.5 0.5
Hex BF 41 87 0 42 1D 19 147 32 32
Octal 277 101 207 0 102 35 31 507 62 62
Binary 10111111 1000001 10000111 0 1000010 11101 11001 101000111 110010 110010

Color Harmonies of #BF4187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4187

Black with #BF4187

Text Example


Text Example

White with #BF4187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4187; }

 p { color: rgb(191,65,135); }

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

background-color css

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

 a { background-color: rgb(191,65,135); }

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

border-color css

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

 span { border-color: rgb(191,65,135); }

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