#BF6893

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

Shades of Hopbush #BF6893

Tints of Hopbush #BF6893

Color information

#BF6893 (or 0xBF6893) is unknown color: approx Hopbush. HEX triplet: BF, 68 and 93. RGB value is (191,104,147). Sum of RGB (Red+Green+Blue) = 191+104+147=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6893 is #40976C. Grayscale: #868686. Windows color (decimal): -4233069 or 9660607. OLE color: 9660607.

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

Color convert

RGB191104147-
CMYK00.460.230.25
HSL330.34º40.47%57.84%-
HSV(B)330.34º45.55%74.9%-
XYZ31.723.0830.39-
YUV134.92134.82168-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=43.21%
G=23.53%
B=33.26%

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
Decimal19110414700.460.230.25330.3440.4757.84
HexBF689302E171914a283a
Octal27715022305627315125072
Binary1011111111010001001001101011101011111001101001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6893; }

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

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

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

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

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

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

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

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