#BF62A1

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

Shades of Hopbush #BF62A1

Tints of Hopbush #BF62A1

Color information

#BF62A1 (or 0xBF62A1) is unknown color: approx Hopbush. HEX triplet: BF, 62 and A1. RGB value is (191,98,161). Sum of RGB (Red+Green+Blue) = 191+98+161=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF62A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF62A1 is #409D5E. Grayscale: #848484. Windows color (decimal): -4234591 or 10576575. OLE color: 10576575.

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

Color convert

RGB19198161-
CMYK00.490.160.25
HSL319.35º42.08%56.67%-
HSV(B)319.35º48.69%74.9%-
XYZ32.2922.3836.34-
YUV132.99143.81169.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=42.44%
G=21.78%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919816100.490.160.25319.3542.0856.67
HexBF62A1031101913f2a39
Octal27714224106120314775271
Binary1011111111000101010000101100011000011001100111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF62A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF62A1; }

 p { color: rgb(191,98,161); }

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

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

 a { background-color: rgb(191,98,161); }

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

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

 span { border-color: rgb(191,98,161); }

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