Html Css Color HEX #BF568C Mulberry

📋 copy color: '#BF568C'

red 191 ◦ green 86 ◦ blue 140

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

Shades of Mulberry #BF568C

Tints of Mulberry #BF568C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.62%

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 45.8%
G = 20.62%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF568C (or 0xBF568C) is known color: Mulberry. HEX triplet: BF, 56 and 8C. RGB value is (191,86,140). Sum of RGB (Red+Green+Blue) = 191+86+140=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF568C is #40A973. Grayscale: #7B7B7B. Windows color (decimal): -4237684 or 9197247. OLE color: 9197247.

HSL color Cylindrical-coordinate representation of color #BF568C: hue angle of 329.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF568C is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 86 140 -
CMYK 0 0.55 0.27 0.25
HSL 329.14º 0.45% 0.54% -
HSV(B) 329.14º 0.55% 0.75% -
XYZ 29.55 19.63 27.04 -
YUV 123.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 191 86 140 0 0.55 0.27 0.25 329.14 0.45 0.54
Hex BF 56 8C 0 37 1B 19 149 2D 36
Octal 277 126 214 0 67 33 31 511 55 66
Binary 10111111 1010110 10001100 0 110111 11011 11001 101001001 101101 110110

Color Harmonies of #BF568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF568C

Black with #BF568C

Text Example


Text Example

White with #BF568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF568C; }

 p { color: rgb(191,86,140); }

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

background-color css

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

 a { background-color: rgb(191,86,140); }

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

border-color css

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

 span { border-color: rgb(191,86,140); }

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