Html Css Color HEX #BF4CA5 Mulberry

📋 copy color: '#BF4CA5'

red 191 ◦ green 76 ◦ blue 165

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

Shades of Mulberry #BF4CA5

Tints of Mulberry #BF4CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.59%

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

R = 44.21%
G = 17.59%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF4CA5 (or 0xBF4CA5) is known color: Mulberry. HEX triplet: BF, 4C and A5. RGB value is (191,76,165). Sum of RGB (Red+Green+Blue) = 191+76+165=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4CA5 is #40B35A. Grayscale: #787878. Windows color (decimal): -4240219 or 10833087. OLE color: 10833087.

HSL color Cylindrical-coordinate representation of color #BF4CA5: hue angle of 313.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CA5 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 165 -
CMYK 0 0.60 0.14 0.25
HSL 313.57º 0.47% 0.52% -
HSV(B) 313.57º 0.6% 0.75% -
XYZ 30.86 18.96 37.63 -
YUV 120.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 191 76 165 0 0.60 0.14 0.25 313.57 0.47 0.52
Hex BF 4C A5 0 3C E 19 13A 2F 34
Octal 277 114 245 0 74 16 31 472 57 64
Binary 10111111 1001100 10100101 0 111100 1110 11001 100111010 101111 110100

Color Harmonies of #BF4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CA5

Black with #BF4CA5

Text Example


Text Example

White with #BF4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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