Html Css Color HEX #BF55A4 Mulberry

📋 copy color: '#BF55A4'

red 191 ◦ green 85 ◦ blue 164

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

Shades of Mulberry #BF55A4

Tints of Mulberry #BF55A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.27%

R = 43.41%
G = 19.32%
B = 37.27%

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

#BF55A4 (or 0xBF55A4) is known color: Mulberry. HEX triplet: BF, 55 and A4. RGB value is (191,85,164). Sum of RGB (Red+Green+Blue) = 191+85+164=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55A4 is #40AA5B. Grayscale: #7D7D7D. Windows color (decimal): -4237916 or 10769855. OLE color: 10769855.

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

Color convert

RGB 191 85 164 -
CMYK 0 0.55 0.14 0.25
HSL 315.28º 0.45% 0.54% -
HSV(B) 315.28º 0.55% 0.75% -
XYZ 31.44 20.25 37.37 -
YUV 125.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 191 85 164 0 0.55 0.14 0.25 315.28 0.45 0.54
Hex BF 55 A4 0 37 E 19 13B 2D 36
Octal 277 125 244 0 67 16 31 473 55 66
Binary 10111111 1010101 10100100 0 110111 1110 11001 100111011 101101 110110

Color Harmonies of #BF55A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55A4

Black with #BF55A4

Text Example


Text Example

White with #BF55A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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