Html Css Color HEX #BF4385 Mulberry

📋 copy color: '#BF4385'

red 191 ◦ green 67 ◦ blue 133

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

Shades of Mulberry #BF4385

Tints of Mulberry #BF4385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.14%

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

R = 48.85%
G = 17.14%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF4385 (or 0xBF4385) is known color: Mulberry. HEX triplet: BF, 43 and 85. RGB value is (191,67,133). Sum of RGB (Red+Green+Blue) = 191+67+133=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4385 is #40BC7A. Grayscale: #6F6F6F. Windows color (decimal): -4242555 or 8733631. OLE color: 8733631.

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

Color convert

RGB 191 67 133 -
CMYK 0 0.65 0.30 0.25
HSL 328.06º 0.49% 0.51% -
HSV(B) 328.06º 0.65% 0.75% -
XYZ 27.73 16.78 23.97 -
YUV 111.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 191 67 133 0 0.65 0.30 0.25 328.06 0.49 0.51
Hex BF 43 85 0 41 1E 19 148 31 33
Octal 277 103 205 0 101 36 31 510 61 63
Binary 10111111 1000011 10000101 0 1000001 11110 11001 101001000 110001 110011

Color Harmonies of #BF4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4385

Black with #BF4385

Text Example


Text Example

White with #BF4385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4385; }

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

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

background-color css

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

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

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

border-color css

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

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

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