Html Css Color HEX #BF488B Mulberry

📋 copy color: '#BF488B'

red 191 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #BF488B

Tints of Mulberry #BF488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 47.51%
G = 17.91%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF488B (or 0xBF488B) is known color: Mulberry. HEX triplet: BF, 48 and 8B. RGB value is (191,72,139). Sum of RGB (Red+Green+Blue) = 191+72+139=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF488B is #40B774. Grayscale: #737373. Windows color (decimal): -4241269 or 9128127. OLE color: 9128127.

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

Color convert

RGB 191 72 139 -
CMYK 0 0.62 0.27 0.25
HSL 326.22º 0.48% 0.52% -
HSV(B) 326.22º 0.62% 0.75% -
XYZ 28.46 17.58 26.32 -
YUV 115.22 141.42 182.05 -
System Red Green Blue C M Y K H S L
Decimal 191 72 139 0 0.62 0.27 0.25 326.22 0.48 0.52
Hex BF 48 8B 0 3E 1B 19 146 30 34
Octal 277 110 213 0 76 33 31 506 60 64
Binary 10111111 1001000 10001011 0 111110 11011 11001 101000110 110000 110100

Color Harmonies of #BF488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF488B

Black with #BF488B

Text Example


Text Example

White with #BF488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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