#BF63A6

Color #BF63A6 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BF63A6

Tints of Hopbush #BF63A6

Color information

#BF63A6 (or 0xBF63A6) is unknown color: approx Hopbush. HEX triplet: BF, 63 and A6. RGB value is (191,99,166). Sum of RGB (Red+Green+Blue) = 191+99+166=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63A6 is #409C59. Grayscale: #858585. Windows color (decimal): -4234330 or 10904511. OLE color: 10904511.

HSL color Cylindrical-coordinate representation of color #BF63A6: hue angle of 316.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF63A6 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19199166-
CMYK00.480.130.25
HSL316.3º41.82%56.86%-
HSV(B)316.3º48.17%74.9%-
XYZ32.8322.7538.74-
YUV134.15145.98168.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=41.89%
G=21.71%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919916600.480.130.25316.341.8256.86
HexBF63A6030D1913c2a39
Octal27714324606015314745271
Binary101111111100011101001100110000110111001100111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63A6; }

 p { color: rgb(191,99,166); }

 H1.HeaderClassName
 {
   color: #BF63A6;
 }
 .AnyTagClassName
 {
   color: #BF63A6;
 }
</style>
background-color css

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

 a { background-color: rgb(191,99,166); }

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

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

 span { border-color: rgb(191,99,166); }

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