Html Css Color HEX #BF4488 Mulberry

📋 copy color: '#BF4488'

red 191 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #BF4488

Tints of Mulberry #BF4488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.22%

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

R = 48.35%
G = 17.22%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF4488 (or 0xBF4488) is known color: Mulberry. HEX triplet: BF, 44 and 88. RGB value is (191,68,136). Sum of RGB (Red+Green+Blue) = 191+68+136=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4488 is #40BB77. Grayscale: #707070. Windows color (decimal): -4242296 or 8930495. OLE color: 8930495.

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

Color convert

RGB 191 68 136 -
CMYK 0 0.64 0.29 0.25
HSL 326.83º 0.49% 0.51% -
HSV(B) 326.83º 0.64% 0.75% -
XYZ 28 16.99 25.1 -
YUV 112.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 191 68 136 0 0.64 0.29 0.25 326.83 0.49 0.51
Hex BF 44 88 0 40 1D 19 147 31 33
Octal 277 104 210 0 100 35 31 507 61 63
Binary 10111111 1000100 10001000 0 1000000 11101 11001 101000111 110001 110011

Color Harmonies of #BF4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4488

Black with #BF4488

Text Example


Text Example

White with #BF4488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4488; }

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

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

background-color css

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

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

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

border-color css

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

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

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