#BF6DA0

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

Shades of Hopbush #BF6DA0

Tints of Hopbush #BF6DA0

Color information

#BF6DA0 (or 0xBF6DA0) is unknown color: approx Hopbush. HEX triplet: BF, 6D and A0. RGB value is (191,109,160). Sum of RGB (Red+Green+Blue) = 191+109+160=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6DA0 is #40925F. Grayscale: #8B8B8B. Windows color (decimal): -4231776 or 10513855. OLE color: 10513855.

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

Color convert

RGB191109160-
CMYK00.430.160.25
HSL322.68º39.05%58.82%-
HSV(B)322.68º42.93%74.9%-
XYZ33.324.5536.24-
YUV139.33139.67164.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=41.52%
G=23.70%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110916000.430.160.25322.6839.0558.82
HexBF6DA002B1019143273b
Octal27715524005320315034773
Binary1011111111011011010000001010111000011001101000011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DA0; }

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

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

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

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

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

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

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

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