#BF6894

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

Shades of Hopbush #BF6894

Tints of Hopbush #BF6894

Color information

#BF6894 (or 0xBF6894) is unknown color: approx Hopbush. HEX triplet: BF, 68 and 94. RGB value is (191,104,148). Sum of RGB (Red+Green+Blue) = 191+104+148=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6894 is #40976B. Grayscale: #868686. Windows color (decimal): -4233068 or 9726143. OLE color: 9726143.

HSL color Cylindrical-coordinate representation of color #BF6894: hue angle of 329.66º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6894 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191104148-
CMYK00.460.230.25
HSL329.66º40.47%57.84%-
HSV(B)329.66º45.55%74.9%-
XYZ31.7823.1230.8-
YUV135.03135.32167.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=43.12%
G=23.48%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110414800.460.230.25329.6640.4757.84
HexBF689402E171914a283a
Octal27715022405627315125072
Binary1011111111010001001010001011101011111001101001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6894; }

 p { color: rgb(191,104,148); }

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

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

 a { background-color: rgb(191,104,148); }

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

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

 span { border-color: rgb(191,104,148); }

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