#BF63A0

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

Shades of Hopbush #BF63A0

Tints of Hopbush #BF63A0

Color information

#BF63A0 (or 0xBF63A0) is unknown color: approx Hopbush. HEX triplet: BF, 63 and A0. RGB value is (191,99,160). Sum of RGB (Red+Green+Blue) = 191+99+160=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63A0 is #409C5F. Grayscale: #858585. Windows color (decimal): -4234336 or 10511295. OLE color: 10511295.

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

Color convert

RGB19199160-
CMYK00.480.160.25
HSL320.22º41.82%56.86%-
HSV(B)320.22º48.17%74.9%-
XYZ32.2922.5435.91-
YUV133.46142.98169.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=42.44%
G=22%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919916000.480.160.25320.2241.8256.86
HexBF63A003010191402a39
Octal27714324006020315005271
Binary1011111111000111010000001100001000011001101000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63A0; }

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

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

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

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

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

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

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

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