Html Css Color HEX #BF448D Mulberry

📋 copy color: '#BF448D'

red 191 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #BF448D

Tints of Mulberry #BF448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 47.75%
G = 17%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF448D (or 0xBF448D) is known color: Mulberry. HEX triplet: BF, 44 and 8D. RGB value is (191,68,141). Sum of RGB (Red+Green+Blue) = 191+68+141=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF448D is #40BB72. Grayscale: #707070. Windows color (decimal): -4242291 or 9258175. OLE color: 9258175.

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

Color convert

RGB 191 68 141 -
CMYK 0 0.64 0.26 0.25
HSL 324.39º 0.49% 0.51% -
HSV(B) 324.39º 0.64% 0.75% -
XYZ 28.36 17.13 27.01 -
YUV 113.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 191 68 141 0 0.64 0.26 0.25 324.39 0.49 0.51
Hex BF 44 8D 0 40 1A 19 144 31 33
Octal 277 104 215 0 100 32 31 504 61 63
Binary 10111111 1000100 10001101 0 1000000 11010 11001 101000100 110001 110011

Color Harmonies of #BF448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF448D

Black with #BF448D

Text Example


Text Example

White with #BF448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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