Html Css Color HEX #BF4485 Mulberry

📋 copy color: '#BF4485'

red 191 ◦ green 68 ◦ blue 133

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

Shades of Mulberry #BF4485

Tints of Mulberry #BF4485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 48.72%
G = 17.35%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF4485 (or 0xBF4485) is known color: Mulberry. HEX triplet: BF, 44 and 85. RGB value is (191,68,133). Sum of RGB (Red+Green+Blue) = 191+68+133=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4485 is #40BB7A. Grayscale: #707070. Windows color (decimal): -4242299 or 8733887. OLE color: 8733887.

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

Color convert

RGB 191 68 133 -
CMYK 0 0.64 0.30 0.25
HSL 328.29º 0.49% 0.51% -
HSV(B) 328.29º 0.64% 0.75% -
XYZ 27.79 16.9 23.99 -
YUV 112.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 191 68 133 0 0.64 0.30 0.25 328.29 0.49 0.51
Hex BF 44 85 0 40 1E 19 148 31 33
Octal 277 104 205 0 100 36 31 510 61 63
Binary 10111111 1000100 10000101 0 1000000 11110 11001 101001000 110001 110011

Color Harmonies of #BF4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4485

Black with #BF4485

Text Example


Text Example

White with #BF4485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4485; }

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

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

background-color css

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

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

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

border-color css

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

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

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