Html Css Color HEX #BF5E9C Mulberry

📋 copy color: '#BF5E9C'

red 191 ◦ green 94 ◦ blue 156

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

Shades of Mulberry #BF5E9C

Tints of Mulberry #BF5E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.32%

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 43.31%
G = 21.32%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF5E9C (or 0xBF5E9C) is known color: Mulberry. HEX triplet: BF, 5E and 9C. RGB value is (191,94,156). Sum of RGB (Red+Green+Blue) = 191+94+156=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E9C is #40A163. Grayscale: #818181. Windows color (decimal): -4235620 or 10247871. OLE color: 10247871.

HSL color Cylindrical-coordinate representation of color #BF5E9C: hue angle of 321.65º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5E9C is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 156 -
CMYK 0 0.51 0.18 0.25
HSL 321.65º 0.43% 0.56% -
HSV(B) 321.65º 0.51% 0.75% -
XYZ 31.49 21.48 33.94 -
YUV 130.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 191 94 156 0 0.51 0.18 0.25 321.65 0.43 0.56
Hex BF 5E 9C 0 33 12 19 142 2B 38
Octal 277 136 234 0 63 22 31 502 53 70
Binary 10111111 1011110 10011100 0 110011 10010 11001 101000010 101011 111000

Color Harmonies of #BF5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E9C

Black with #BF5E9C

Text Example


Text Example

White with #BF5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E9C; }

 p { color: rgb(191,94,156); }

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

background-color css

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

 a { background-color: rgb(191,94,156); }

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

border-color css

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

 span { border-color: rgb(191,94,156); }

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