Html Css Color HEX #BF5C8C Mulberry

📋 copy color: '#BF5C8C'

red 191 ◦ green 92 ◦ blue 140

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

Shades of Mulberry #BF5C8C

Tints of Mulberry #BF5C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

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

R = 45.15%
G = 21.75%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF5C8C (or 0xBF5C8C) is known color: Mulberry. HEX triplet: BF, 5C and 8C. RGB value is (191,92,140). Sum of RGB (Red+Green+Blue) = 191+92+140=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5C8C is #40A373. Grayscale: #7E7E7E. Windows color (decimal): -4236148 or 9198783. OLE color: 9198783.

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

Color convert

RGB 191 92 140 -
CMYK 0 0.52 0.27 0.25
HSL 330.91º 0.44% 0.55% -
HSV(B) 330.91º 0.52% 0.75% -
XYZ 30.05 20.62 27.21 -
YUV 127.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 191 92 140 0 0.52 0.27 0.25 330.91 0.44 0.55
Hex BF 5C 8C 0 34 1B 19 14B 2C 37
Octal 277 134 214 0 64 33 31 513 54 67
Binary 10111111 1011100 10001100 0 110100 11011 11001 101001011 101100 110111

Color Harmonies of #BF5C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C8C

Black with #BF5C8C

Text Example


Text Example

White with #BF5C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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