Html Css Color HEX #BF55A5 Mulberry

📋 copy color: '#BF55A5'

red 191 ◦ green 85 ◦ blue 165

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

Shades of Mulberry #BF55A5

Tints of Mulberry #BF55A5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.27%

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

R = 43.31%
G = 19.27%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF55A5 (or 0xBF55A5) is known color: Mulberry. HEX triplet: BF, 55 and A5. RGB value is (191,85,165). Sum of RGB (Red+Green+Blue) = 191+85+165=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55A5 is #40AA5A. Grayscale: #7D7D7D. Windows color (decimal): -4237915 or 10835391. OLE color: 10835391.

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

Color convert

RGB 191 85 165 -
CMYK 0 0.55 0.14 0.25
HSL 314.72º 0.45% 0.54% -
HSV(B) 314.72º 0.55% 0.75% -
XYZ 31.53 20.29 37.85 -
YUV 125.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 191 85 165 0 0.55 0.14 0.25 314.72 0.45 0.54
Hex BF 55 A5 0 37 E 19 13B 2D 36
Octal 277 125 245 0 67 16 31 473 55 66
Binary 10111111 1010101 10100101 0 110111 1110 11001 100111011 101101 110110

Color Harmonies of #BF55A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55A5

Black with #BF55A5

Text Example


Text Example

White with #BF55A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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