#BF6494

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

Shades of Hopbush #BF6494

Tints of Hopbush #BF6494

Color information

#BF6494 (or 0xBF6494) is unknown color: approx Hopbush. HEX triplet: BF, 64 and 94. RGB value is (191,100,148). Sum of RGB (Red+Green+Blue) = 191+100+148=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6494 is #409B6B. Grayscale: #848484. Windows color (decimal): -4234092 or 9725119. OLE color: 9725119.

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

Color convert

RGB191100148-
CMYK00.480.230.25
HSL328.35º41.55%57.06%-
HSV(B)328.35º47.64%74.9%-
XYZ31.3922.3330.67-
YUV132.68136.65169.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=43.51%
G=22.78%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110014800.480.230.25328.3541.5557.06
HexBF649403017191482a39
Octal27714422406027315105271
Binary1011111111001001001010001100001011111001101001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6494; }

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

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

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

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

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

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

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

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