Html Css Color HEX #BF5CA5 Mulberry

📋 copy color: '#BF5CA5'

red 191 ◦ green 92 ◦ blue 165

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

Shades of Mulberry #BF5CA5

Tints of Mulberry #BF5CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.83%

R = 42.63%
G = 20.54%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF5CA5 (or 0xBF5CA5) is known color: Mulberry. HEX triplet: BF, 5C and A5. RGB value is (191,92,165). Sum of RGB (Red+Green+Blue) = 191+92+165=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5CA5 is #40A35A. Grayscale: #818181. Windows color (decimal): -4236123 or 10837183. OLE color: 10837183.

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

Color convert

RGB 191 92 165 -
CMYK 0 0.52 0.14 0.25
HSL 315.76º 0.44% 0.55% -
HSV(B) 315.76º 0.52% 0.75% -
XYZ 32.1 21.45 38.04 -
YUV 129.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 191 92 165 0 0.52 0.14 0.25 315.76 0.44 0.55
Hex BF 5C A5 0 34 E 19 13C 2C 37
Octal 277 134 245 0 64 16 31 474 54 67
Binary 10111111 1011100 10100101 0 110100 1110 11001 100111100 101100 110111

Color Harmonies of #BF5CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CA5

Black with #BF5CA5

Text Example


Text Example

White with #BF5CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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