Html Css Color HEX #BF4188 Mulberry

📋 copy color: '#BF4188'

red 191 ◦ green 65 ◦ blue 136

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

Shades of Mulberry #BF4188

Tints of Mulberry #BF4188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 48.72%
G = 16.58%
B = 34.69%

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

#BF4188 (or 0xBF4188) is known color: Mulberry. HEX triplet: BF, 41 and 88. RGB value is (191,65,136). Sum of RGB (Red+Green+Blue) = 191+65+136=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4188 is #40BE77. Grayscale: #6E6E6E. Windows color (decimal): -4243064 or 8929727. OLE color: 8929727.

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

Color convert

RGB 191 65 136 -
CMYK 0 0.66 0.29 0.25
HSL 326.19º 0.5% 0.5% -
HSV(B) 326.19º 0.66% 0.75% -
XYZ 27.82 16.63 25.04 -
YUV 110.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 191 65 136 0 0.66 0.29 0.25 326.19 0.5 0.5
Hex BF 41 88 0 42 1D 19 146 32 32
Octal 277 101 210 0 102 35 31 506 62 62
Binary 10111111 1000001 10001000 0 1000010 11101 11001 101000110 110010 110010

Color Harmonies of #BF4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4188

Black with #BF4188

Text Example


Text Example

White with #BF4188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4188; }

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

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

background-color css

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

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

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

border-color css

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

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

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