Html Css Color HEX #BF488F Mulberry

📋 copy color: '#BF488F'

red 191 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #BF488F

Tints of Mulberry #BF488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 47.04%
G = 17.73%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF488F (or 0xBF488F) is known color: Mulberry. HEX triplet: BF, 48 and 8F. RGB value is (191,72,143). Sum of RGB (Red+Green+Blue) = 191+72+143=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF488F is #40B770. Grayscale: #737373. Windows color (decimal): -4241265 or 9390271. OLE color: 9390271.

HSL color Cylindrical-coordinate representation of color #BF488F: hue angle of 324.2º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF488F is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 72 143 -
CMYK 0 0.62 0.25 0.25
HSL 324.2º 0.48% 0.52% -
HSV(B) 324.2º 0.62% 0.75% -
XYZ 28.76 17.69 27.89 -
YUV 115.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 191 72 143 0 0.62 0.25 0.25 324.2 0.48 0.52
Hex BF 48 8F 0 3E 19 19 144 30 34
Octal 277 110 217 0 76 31 31 504 60 64
Binary 10111111 1001000 10001111 0 111110 11001 11001 101000100 110000 110100

Color Harmonies of #BF488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF488F

Black with #BF488F

Text Example


Text Example

White with #BF488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF488F; }

 p { color: rgb(191,72,143); }

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

background-color css

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

 a { background-color: rgb(191,72,143); }

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

border-color css

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

 span { border-color: rgb(191,72,143); }

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